mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Should fix "locked message" on reminder notification issue
Fixes #5782 // FREEBIE
This commit is contained in:
parent
f541e33356
commit
cf891edce9
@ -542,7 +542,7 @@ public class MessageNotifier {
|
|||||||
protected Void doInBackground(Void... params) {
|
protected Void doInBackground(Void... params) {
|
||||||
MasterSecret masterSecret = KeyCachingService.getMasterSecret(context);
|
MasterSecret masterSecret = KeyCachingService.getMasterSecret(context);
|
||||||
int reminderCount = intent.getIntExtra("reminder_count", 0);
|
int reminderCount = intent.getIntExtra("reminder_count", 0);
|
||||||
MessageNotifier.updateNotification(context, masterSecret, true, true, reminderCount + 1);
|
MessageNotifier.updateNotification(context, masterSecret, true, false, reminderCount + 1);
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user