mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Disable reaction sending on update messages.
This commit is contained in:
committed by
Greyson Parrelli
parent
544a5386ad
commit
f1147c10ee
@@ -996,6 +996,7 @@ public class ConversationFragment extends Fragment
|
||||
|
||||
if (FeatureFlags.reactionSending() &&
|
||||
messageRecord.isSecure() &&
|
||||
!messageRecord.isUpdate() &&
|
||||
((ConversationAdapter) list.getAdapter()).getSelectedItems().isEmpty())
|
||||
{
|
||||
isReacting = true;
|
||||
|
||||
Reference in New Issue
Block a user