mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59: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 {
|
} 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…
Reference in New Issue
Block a user