Make conversation footer always show.

This commit is contained in:
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

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);
}