mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: Dont display loading dialog when adding reaction
This commit is contained in:
		
							parent
							
								
									dfd9106e56
								
							
						
					
					
						commit
						860427192e
					
				@ -65,10 +65,7 @@ class MessageReactions extends StatelessWidget {
 | 
			
		||||
                    );
 | 
			
		||||
                  }
 | 
			
		||||
                } else {
 | 
			
		||||
                  showFutureLoadingDialog(
 | 
			
		||||
                      context: context,
 | 
			
		||||
                      future: () =>
 | 
			
		||||
                          event.room.sendReaction(event.eventId, r.key!));
 | 
			
		||||
                  event.room.sendReaction(event.eventId, r.key!);
 | 
			
		||||
                }
 | 
			
		||||
              },
 | 
			
		||||
              onLongPress: () async => await _AdaptableReactorsDialog(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user