mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: Requirements when to display report event button
This commit is contained in:
		
							parent
							
								
									e6358996e6
								
							
						
					
					
						commit
						8cfe2a1899
					
				@ -163,7 +163,7 @@ class ChatView extends StatelessWidget {
 | 
			
		||||
                      tooltip: L10n.of(context).copy,
 | 
			
		||||
                      onPressed: controller.copyEventsAction,
 | 
			
		||||
                    ),
 | 
			
		||||
                    if (controller.canRedactSelectedEvents)
 | 
			
		||||
                    if (controller.selectedEvents.length == 1)
 | 
			
		||||
                      IconButton(
 | 
			
		||||
                        icon: Icon(Icons.report_outlined),
 | 
			
		||||
                        tooltip: L10n.of(context).reportMessage,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user