mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 05:48:34 +00:00
Disable reaction sending on update messages.
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user