Merge pull request #742 from krille-chan/krille/fix-make-admin
fix: Make user admin
This commit is contained in:
commit
ef249c6f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class UserBottomSheetController extends State<UserBottomSheet> {
|
||||||
okLabel: L10n.of(context)!.yes,
|
okLabel: L10n.of(context)!.yes,
|
||||||
cancelLabel: L10n.of(context)!.no,
|
cancelLabel: L10n.of(context)!.no,
|
||||||
message: L10n.of(context)!.makeAdminDescription,
|
message: L10n.of(context)!.makeAdminDescription,
|
||||||
) ==
|
) !=
|
||||||
OkCancelResult.ok) break;
|
OkCancelResult.ok) break;
|
||||||
await showFutureLoadingDialog(
|
await showFutureLoadingDialog(
|
||||||
context: context,
|
context: context,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue