fixed regression in tablet ui

This commit is contained in:
Daniel Gultsch 2015-01-09 22:24:50 +01:00
parent 06eae476ee
commit c89fdec0b1

View file

@ -170,6 +170,7 @@ public class ConversationActivity extends XmppActivity
ConversationActivity.this.mConversationFragment.reInit(getSelectedConversation()); ConversationActivity.this.mConversationFragment.reInit(getSelectedConversation());
} }
hideConversationsOverview(); hideConversationsOverview();
openConversation();
} }
}); });
mContentView = findViewById(R.id.content_view_spl); mContentView = findViewById(R.id.content_view_spl);
@ -254,6 +255,7 @@ public class ConversationActivity extends XmppActivity
xmppConnectionService.getNotificationService().setOpenConversation(conversation); xmppConnectionService.getNotificationService().setOpenConversation(conversation);
sendReadMarkerIfNecessary(conversation); sendReadMarkerIfNecessary(conversation);
} }
listAdapter.notifyDataSetChanged();
} }
public void sendReadMarkerIfNecessary(final Conversation conversation) { public void sendReadMarkerIfNecessary(final Conversation conversation) {