Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed first check
  • Loading branch information
stefanosiano committed Aug 12, 2024
commit e08674aa191d09a390c0fe80dfa3f6605fa5a200
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public void registerApplicationForegroundCheck(final @NotNull Application applic
isCallbackRegistered = true;
appLaunchedInForeground = appLaunchedInForeground || ContextUtils.isForegroundImportance();
application.registerActivityLifecycleCallbacks(instance);
checkCreateTimeOnMain(application);
// checkCreateTimeOnMain(application);
new Handler(Looper.getMainLooper()).post(() -> checkCreateTimeOnMain(application));
}

Expand Down