mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Fix broken call notifications
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
48229e3314
commit
0c73a75990
@ -452,7 +452,7 @@ public class NotificationWorker extends Worker {
|
|||||||
intent = new Intent(context, MainActivity.class);
|
intent = new Intent(context, MainActivity.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
|
intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP | Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||||
|
|
||||||
if (!signatureVerification.getUserEntity().hasSpreedFeatureCapability
|
if (!signatureVerification.getUserEntity().hasSpreedFeatureCapability
|
||||||
("no-ping")) {
|
("no-ping")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user