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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Runnable afterScroll = () -> {
|
|
||||||
adapter.setFooterView(conversationBanner);
|
adapter.setFooterView(conversationBanner);
|
||||||
|
|
||||||
|
Runnable afterScroll = () -> {
|
||||||
if (!conversation.isMessageRequestAccepted()) {
|
if (!conversation.isMessageRequestAccepted()) {
|
||||||
snapToTopDataObserver.requestScrollPosition(adapter.getItemCount() - 1);
|
snapToTopDataObserver.requestScrollPosition(adapter.getItemCount() - 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue