mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-10 09:08:34 +00:00
Enable reaction sending.
This commit is contained in:
parent
37f85d6deb
commit
4f921d761d
@ -995,8 +995,7 @@ public class ConversationFragment extends Fragment
|
||||
|
||||
if (actionMode != null) return;
|
||||
|
||||
if (FeatureFlags.reactionSending() &&
|
||||
messageRecord.isSecure() &&
|
||||
if (messageRecord.isSecure() &&
|
||||
!messageRecord.isUpdate() &&
|
||||
((ConversationAdapter) list.getAdapter()).getSelectedItems().isEmpty())
|
||||
{
|
||||
|
@ -74,7 +74,7 @@ public final class Megaphones {
|
||||
*/
|
||||
private static Map<Event, MegaphoneSchedule> buildDisplayOrder() {
|
||||
return new LinkedHashMap<Event, MegaphoneSchedule>() {{
|
||||
put(Event.REACTIONS, new ForeverSchedule(FeatureFlags.reactionSending()));
|
||||
put(Event.REACTIONS, new ForeverSchedule(true));
|
||||
put(Event.PINS_FOR_ALL, new PinsForAllSchedule());
|
||||
}};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user