mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Display notification after upgrade migration w/ password.
// FREEBIE
This commit is contained in:
parent
3e15a5e2db
commit
d2a728fc08
@ -92,11 +92,7 @@ public class PushDecryptJob extends ContextJob {
|
||||
public void onRun() throws NoSuchMessageException {
|
||||
if (!IdentityKeyUtil.hasIdentityKey(context)) {
|
||||
Log.w(TAG, "Skipping job, waiting for migration...");
|
||||
|
||||
if (KeyCachingService.getMasterSecret(context) != null) {
|
||||
MessageNotifier.updateNotification(context, null, true, -2);
|
||||
}
|
||||
|
||||
MessageNotifier.updateNotification(context, null, true, -2);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user