fix: Make user admin

pull/742/head
krille-chan 2 years ago
parent 3b0c06bc32
commit 66b766cee8
No known key found for this signature in database

@ -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,

Loading…
Cancel
Save