mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
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:
commit
18ebdc4602
@ -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