mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 19:49:29 +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…
Reference in New Issue
Block a user