fix: Make user admin

This commit is contained in:
krille-chan 2023-12-23 10:08:25 +01:00
parent 3b0c06bc32
commit 66b766cee8
No known key found for this signature in database

View file

@ -216,7 +216,7 @@ class UserBottomSheetController extends State<UserBottomSheet> {
okLabel: L10n.of(context)!.yes,
cancelLabel: L10n.of(context)!.no,
message: L10n.of(context)!.makeAdminDescription,
) ==
) !=
OkCancelResult.ok) break;
await showFutureLoadingDialog(
context: context,