mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
parent
1953f5a496
commit
0116c64fbc
1 changed files with 3 additions and 1 deletions
|
@ -639,7 +639,9 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||
@Override
|
||||
public void onNext(GenericOverall genericOverall) {
|
||||
dispose();
|
||||
getRouter().popToRoot();
|
||||
if (!isDestroyed()) {
|
||||
getRouter().popToRoot();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue