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()) {
|
||||
xmppConnectionService.getNotificationService().setOpenConversation(null);
|
||||
} else {
|
||||
xmppConnectionService.getNotificationService().setOpenConversation(getSelectedConversation());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue