mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-01 20:22:03 +00:00
Fix an issue with empty conversations list
This commit is contained in:
parent
40b03de7a7
commit
007e22c20f
@ -636,7 +636,7 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
||||
@Override
|
||||
public void onNext(GenericOverall genericOverall) {
|
||||
dispose();
|
||||
if (!isDestroyed()) {
|
||||
if (!isDestroyed() && !isBeingDestroyed()) {
|
||||
getRouter().popCurrentController();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user