mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 01:48:34 +00:00
Make conversation footer always show.
This commit is contained in:
parent
c4dc9064e3
commit
aa6a32f023
@ -869,8 +869,9 @@ public class ConversationFragment extends Fragment {
|
||||
return;
|
||||
}
|
||||
|
||||
Runnable afterScroll = () -> {
|
||||
adapter.setFooterView(conversationBanner);
|
||||
|
||||
Runnable afterScroll = () -> {
|
||||
if (!conversation.isMessageRequestAccepted()) {
|
||||
snapToTopDataObserver.requestScrollPosition(adapter.getItemCount() - 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user