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 8ec9540 commit 5235f97Copy full SHA for 5235f97
Signal/src/AppDelegate.m
@@ -254,6 +254,8 @@ - (BOOL)ensureIsReadyForAppExtensions
254
return YES;
255
}
256
257
+ OWSBackgroundTask *_Nullable backgroundTask = [OWSBackgroundTask backgroundTaskWithLabelStr:__PRETTY_FUNCTION__];
258
+
259
if ([NSFileManager.defaultManager fileExistsAtPath:TSStorageManager.legacyDatabaseFilePath]) {
260
DDLogInfo(@"%@ Legacy Database file size: %@",
261
self.logTag,
@@ -288,6 +290,8 @@ - (BOOL)ensureIsReadyForAppExtensions
288
290
return NO;
289
291
292
293
+ backgroundTask = nil;
294
295
296
297
0 commit comments