mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 04:06:26 +00:00
Fix reaction details bottom sheet scrolling.
This commit is contained in:
committed by
Greyson Parrelli
parent
8c23b17517
commit
739e38a047
@@ -67,6 +67,7 @@ public final class ReactionsBottomSheetDialogFragment extends BottomSheetDialogF
|
||||
recipientRecyclerView = view.findViewById(R.id.reactions_bottom_view_recipient_recycler);
|
||||
emojiRecyclerView = view.findViewById(R.id.reactions_bottom_view_emoji_recycler);
|
||||
|
||||
emojiRecyclerView.setNestedScrollingEnabled(false);
|
||||
messageId = getArguments().getLong(ARGS_MESSAGE_ID);
|
||||
|
||||
setUpRecipientsRecyclerView();
|
||||
|
||||
Reference in New Issue
Block a user