💄 Optimized menu
This commit is contained in:
		@@ -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