💄 Optimized menu

This commit is contained in:
LittleSheep 2024-03-24 16:08:51 +08:00
parent f6429115a4
commit 3705ab82f3

View File

@ -30,7 +30,6 @@ class _FeedItemState extends State<FeedItem> {
void viewReactions(BuildContext context) { void viewReactions(BuildContext context) {
showModalBottomSheet( showModalBottomSheet(
context: context, context: context,
isScrollControlled: true,
builder: (context) => ReactionList( builder: (context) => ReactionList(
parent: widget.item, parent: widget.item,
onReact: (symbol, num) { onReact: (symbol, num) {