ЮЗ
Size: a a a
ЮЗ
DT
DT
DT
ЮЗ
startBackgroundCheck() {
AppState.addEventListener('change', this.handleAppStateChange);
}
ЮЗ
handleAppStateChange = (nextAppState) => {
if (
this.appState.match(/inactive|background/) &&
nextAppState === 'active'
)
ЮЗ
ЮЗ
DT
DT
DT
ЮЗ
ЮЗ
ЮЗ
ЮЗ
DT
ЮЗ