make sure to set open conversations after connection with backgroundservice

This commit is contained in:
Christian Schneppe 2017-01-25 19:53:46 +01:00
parent 9271bc0f9e
commit 64457553ab

View file

@ -1530,6 +1530,8 @@ public class ConversationActivity extends XmppActivity
}
if (isConversationsOverviewVisable() && isConversationsOverviewHideable()) {
xmppConnectionService.getNotificationService().setOpenConversation(null);
} else {
xmppConnectionService.getNotificationService().setOpenConversation(getSelectedConversation());
}
}