mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Dont return success when starting activity
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
946d8c6d38
commit
482e91655c
@ -161,7 +161,7 @@ public class NotificationJob extends Job {
|
||||
switch (decryptedPushMessage.getType()) {
|
||||
case "call":
|
||||
context.startActivity(intent);
|
||||
return Result.SUCCESS;
|
||||
break;
|
||||
case "room":
|
||||
// do absolutely nothing, we won't even come to this point
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user