fix: Dont display loading dialog when adding reaction

This commit is contained in:
Christian Pauly 2022-07-29 13:27:57 +02:00
parent dfd9106e56
commit 860427192e
1 changed files with 1 additions and 4 deletions

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(