mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 13:09:46 +01: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
|
@Override
|
||||||
public void onError(Throwable e) {
|
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
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user