mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	chore: Follow up redesign listtiles in user bottom sheet
This commit is contained in:
		
							parent
							
								
									71eac7078e
								
							
						
					
					
						commit
						644ef388de
					
				@ -94,7 +94,7 @@ class UserBottomSheetView extends StatelessWidget {
 | 
			
		||||
            if (user.canBan && user.membership != Membership.ban)
 | 
			
		||||
              ListTile(
 | 
			
		||||
                title: Text(L10n.of(context)!.banFromChat),
 | 
			
		||||
                trailing: const Icon(Icons.warning_sharp),
 | 
			
		||||
                leading: const Icon(Icons.warning_sharp),
 | 
			
		||||
                onTap: () =>
 | 
			
		||||
                    controller.participantAction(UserBottomSheetAction.ban),
 | 
			
		||||
              )
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user