make sure to set open conversations after connection with background service
This commit is contained in:
parent
b72d7ec8d0
commit
d53c813408
|
@ -1271,6 +1271,8 @@ public class ConversationActivity extends XmppActivity
|
||||||
}
|
}
|
||||||
if (isConversationsOverviewVisable() && isConversationsOverviewHideable()) {
|
if (isConversationsOverviewVisable() && isConversationsOverviewHideable()) {
|
||||||
xmppConnectionService.getNotificationService().setOpenConversation(null);
|
xmppConnectionService.getNotificationService().setOpenConversation(null);
|
||||||
|
} else {
|
||||||
|
xmppConnectionService.getNotificationService().setOpenConversation(getSelectedConversation());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue