Merge pull request #742 from krille-chan/krille/fix-make-admin

fix: Make user admin
pull/743/head
Krille-chan 2 years ago committed by GitHub
commit ef249c6f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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