mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 05:38:33 +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() &&
|
if (FeatureFlags.reactionSending() &&
|
||||||
messageRecord.isSecure() &&
|
messageRecord.isSecure() &&
|
||||||
|
!messageRecord.isUpdate() &&
|
||||||
((ConversationAdapter) list.getAdapter()).getSelectedItems().isEmpty())
|
((ConversationAdapter) list.getAdapter()).getSelectedItems().isEmpty())
|
||||||
{
|
{
|
||||||
isReacting = true;
|
isReacting = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user