💄 Optimized menu
This commit is contained in:
parent
f6429115a4
commit
3705ab82f3
@ -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) {
|
||||||
|
Reference in New Issue
Block a user