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

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