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

fix: Dont display loading dialog when adding reaction

See merge request famedly/fluffychat!966
krille/fix-mxc-image
Krille Fear 3 years ago
commit 8d0ca2d769

@ -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…
Cancel
Save