mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
fix: Dont display loading dialog when adding reaction
This commit is contained in:
parent
dfd9106e56
commit
860427192e
@ -65,10 +65,7 @@ class MessageReactions extends StatelessWidget {
|
||||
);
|
||||
}
|
||||
} else {
|
||||
showFutureLoadingDialog(
|
||||
context: context,
|
||||
future: () =>
|
||||
event.room.sendReaction(event.eventId, r.key!));
|
||||
event.room.sendReaction(event.eventId, r.key!);
|
||||
}
|
||||
},
|
||||
onLongPress: () async => await _AdaptableReactorsDialog(
|
||||
|
Loading…
Reference in New Issue
Block a user