mirror of
https://github.com/oxen-io/session-android.git
synced 2025-05-02 20:30:47 +00:00
parent
9d693eef30
commit
978f769d6d
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ public class SmsDecryptJob 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user