fix: Dont display loading dialog when adding reaction

krille/fix-mxc-image
Christian Pauly 3 years ago
parent e977124218
commit f284d42eca

@ -65,10 +65,7 @@ class MessageReactions extends StatelessWidget {
); );
} }
} else { } else {
showFutureLoadingDialog( event.room.sendReaction(event.eventId, r.key!);
context: context,
future: () =>
event.room.sendReaction(event.eventId, r.key!));
} }
}, },
onLongPress: () async => await _AdaptableReactorsDialog( onLongPress: () async => await _AdaptableReactorsDialog(

Loading…
Cancel
Save