make sure to set open conversations after connection with backgroundservice
This commit is contained in:
parent
9271bc0f9e
commit
64457553ab
1 changed files with 2 additions and 0 deletions
|
@ -1530,6 +1530,8 @@ public class ConversationActivity extends XmppActivity
|
|||
}
|
||||
if (isConversationsOverviewVisable() && isConversationsOverviewHideable()) {
|
||||
xmppConnectionService.getNotificationService().setOpenConversation(null);
|
||||
} else {
|
||||
xmppConnectionService.getNotificationService().setOpenConversation(getSelectedConversation());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue