|
|
@ -64,7 +64,7 @@ public class PushDecryptJob extends MasterSecretJob {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void onAdded() {
|
|
|
|
public void onAdded() {
|
|
|
|
if (KeyCachingService.getMasterSecret(context) == null) {
|
|
|
|
if (KeyCachingService.getMasterSecret(context) == null) {
|
|
|
|
MessageNotifier.updateNotification(context, null);
|
|
|
|
MessageNotifier.updateNotification(context, null, -2);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|