We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70be4d commit 861e3d6Copy full SHA for 861e3d6
Signal/src/AppDelegate.m
@@ -172,9 +172,9 @@ - (void)applicationWillResignActive:(UIApplication *)application {
172
}];
173
174
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
175
- [self protectScreen];
176
if ([TSAccountManager isRegistered]) {
177
dispatch_sync(dispatch_get_main_queue(), ^{
+ [self protectScreen];
178
[[[Environment getCurrent] signalsViewController] updateInboxCountLabel];
179
});
180
[TSSocketManager resignActivity];
0 commit comments