Dont return success when starting activity

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-06-25 18:34:17 +02:00
parent 946d8c6d38
commit 482e91655c

View file

@ -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;