src/main/java/eu/siacs/conversations/ui/ConversationActivity.java 🔗
@@ -1271,6 +1271,8 @@ public class ConversationActivity extends XmppActivity
}
if (isConversationsOverviewVisable() && isConversationsOverviewHideable()) {
xmppConnectionService.getNotificationService().setOpenConversation(null);
+ } else {
+ xmppConnectionService.getNotificationService().setOpenConversation(getSelectedConversation());
}
}