mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 17:08:34 +03: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
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue