Fix reaction details bottom sheet scrolling.

This commit is contained in:
Alex Hart
2020-02-20 12:04:48 -04:00
committed by Greyson Parrelli
parent 8c23b17517
commit 739e38a047
2 changed files with 6 additions and 3 deletions

View File

@@ -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();