Merge branch 'krille/add-reaction-loading-dialog' into 'main'

fix: Dont display loading dialog when adding reaction

See merge request famedly/fluffychat!966
This commit is contained in:
Krille Fear 2022-07-29 15:01:20 +00:00
commit 18ebdc4602

View File

@ -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(