💄 Optimized menu
This commit is contained in:
parent
f6429115a4
commit
3705ab82f3
@ -30,7 +30,6 @@ class _FeedItemState extends State<FeedItem> {
|
||||
void viewReactions(BuildContext context) {
|
||||
showModalBottomSheet(
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
builder: (context) => ReactionList(
|
||||
parent: widget.item,
|
||||
onReact: (symbol, num) {
|
||||
|
Reference in New Issue
Block a user