Display notification after upgrade migration w/ password.

// FREEBIE
fork-5.53.8
Moxie Marlinspike 2015-07-21 16:03:56 -07:00
rodzic 3e15a5e2db
commit d2a728fc08
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -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;
}