Make conversation footer always show.
This commit is contained in:
parent
c4dc9064e3
commit
aa6a32f023
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue