mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 04:32:02 +00:00
Don’t do anything if we fail to fetch conversation
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
ca4f39187c
commit
3c5b3fb413
@ -233,10 +233,6 @@ public class NotificationJob extends Job {
|
||||
|
||||
@Override
|
||||
public void onError(Throwable e) {
|
||||
intent.putExtra(BundleKeys.KEY_ROOM_ID, intent.getExtras().getString(BundleKeys
|
||||
.KEY_ROOM_TOKEN));
|
||||
intent.removeExtra(BundleKeys.KEY_ROOM_TOKEN);
|
||||
context.startActivity(intent);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user