mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Merge branch '1359-conversation-progress' into 'master'
Fix progress feel over messages in Conversation view Closes #1359 See merge request briar/briar!911
This commit is contained in:
@@ -378,8 +378,8 @@ public class ConversationActivity extends BriarActivity
|
|||||||
textInputView.setSendButtonEnabled(true);
|
textInputView.setSendButtonEnabled(true);
|
||||||
List<ConversationItem> items = createItems(headers,
|
List<ConversationItem> items = createItems(headers,
|
||||||
introductions, invitations);
|
introductions, invitations);
|
||||||
if (items.isEmpty()) list.showData();
|
adapter.addAll(items);
|
||||||
else adapter.addAll(items);
|
list.showData();
|
||||||
// Scroll to the bottom
|
// Scroll to the bottom
|
||||||
list.scrollToPosition(adapter.getItemCount() - 1);
|
list.scrollToPosition(adapter.getItemCount() - 1);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user