mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 09:42:17 -05:00
fixed regression in tablet ui
This commit is contained in:
parent
06eae476ee
commit
c89fdec0b1
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user