mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 11:45:28 +00:00
Remove focus shade when displaying reactions bottom sheet.
This commit is contained in:
committed by
Cody Henthorne
parent
39f4ca10ef
commit
76539ff0f2
@@ -1501,7 +1501,6 @@ public class ConversationFragment extends LoggingFragment implements Multiselect
|
||||
public void onReactionClicked(@NonNull MultiselectPart multiselectPart, long messageId, boolean isMms) {
|
||||
if (getContext() == null) return;
|
||||
|
||||
multiselectItemDecoration.setFocusedItem(multiselectPart);
|
||||
ReactionsBottomSheetDialogFragment.create(messageId, isMms).show(requireFragmentManager(), null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user