Skip to content

Commit

Permalink
Make conversation footer always show.
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-signal committed Jun 18, 2020
1 parent c4dc906 commit aa6a32f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -869,8 +869,9 @@ private void presentConversationMetadata(@NonNull ConversationData conversation)
return;
}

adapter.setFooterView(conversationBanner);

Runnable afterScroll = () -> {
adapter.setFooterView(conversationBanner);
if (!conversation.isMessageRequestAccepted()) {
snapToTopDataObserver.requestScrollPosition(adapter.getItemCount() - 1);
}
Expand Down

0 comments on commit aa6a32f

Please sign in to comment.