SODownloader icon indicating copy to clipboard operation
SODownloader copied to clipboard

请问为什么要加这个通知?到前台又发进入后台的通知看上去不太合理

Open frank-du opened this issue 2 years ago • 0 comments

- (void)applicationDidBecomeActive:(NSNotification *)notification {
    double systemVersion = [[UIDevice currentDevice].systemVersion doubleValue];
    if (systemVersion >= 12.0) {
        [[NSNotificationCenter defaultCenter]postNotificationName:UIApplicationDidEnterBackgroundNotification object:nil];
    }
}

谢谢!

frank-du avatar May 13 '22 02:05 frank-du