Make conversation footer always show.

master
Cody Henthorne 2020-06-18 16:14:38 -04:00 committed by GitHub
parent c4dc9064e3
commit aa6a32f023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -869,8 +869,9 @@ public class ConversationFragment extends Fragment {
return;
}
adapter.setFooterView(conversationBanner);
Runnable afterScroll = () -> {
adapter.setFooterView(conversationBanner);
if (!conversation.isMessageRequestAccepted()) {
snapToTopDataObserver.requestScrollPosition(adapter.getItemCount() - 1);
}