mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-26 15:36:40 +00:00
Wait to process messages until after migration when screenlocked
Fixes #7390
This commit is contained in:
@@ -275,6 +275,10 @@ public class DatabaseUpgradeActivity extends BaseActivity {
|
||||
}
|
||||
}
|
||||
|
||||
if (params[0] < SQLCIPHER) {
|
||||
scheduleMessagesInPushDatabase(context);
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user