|
@@ -51,7 +51,6 @@ const RNFetchBlob = NativeModules.RNFetchBlob
|
51
|
51
|
// their .expire event
|
52
|
52
|
if(Platform.OS === 'ios') {
|
53
|
53
|
AppState.addEventListener('change', (e) => {
|
54
|
|
- console.log('app state changed', e)
|
55
|
54
|
if(e === 'active')
|
56
|
55
|
RNFetchBlob.emitExpiredEvent(()=>{})
|
57
|
56
|
})
|