Bug Fix - Reported crash: App crashes during [AppDelegate applicationDidEnterBackground:]

https://github.com/vector-im/vector-ios/issues/452
This commit is contained in:
giomfo 2016-07-13 18:17:08 +02:00
parent f1c9059812
commit 26773e5240

View file

@ -360,7 +360,7 @@ NSString *const kAppDelegateDidTapStatusBarNotification = @"kAppDelegateDidTapSt
}
[[AFNetworkReachabilityManager sharedManager] setReachabilityStatusChangeBlock:nil];
[[AFNetworkReachabilityManager sharedManager] stopMonitoring];
self.isOffline = NO;
_isOffline = NO;
// check if some media must be released to reduce the cache size
[MXKMediaManager reduceCacheSizeToInsert:0];