fix mobile showSuccess & update pubspec.lock
This commit is contained in:
parent
da4c218ea3
commit
5b3ef29d75
@ -84,8 +84,10 @@ void setPermanentPasswordDialog(OverlayDialogManager dialogManager) async {
|
|||||||
close();
|
close();
|
||||||
dialogManager.showLoading(translate("Waiting"));
|
dialogManager.showLoading(translate("Waiting"));
|
||||||
if (await gFFI.serverModel.setPermanentPassword(p0.text)) {
|
if (await gFFI.serverModel.setPermanentPassword(p0.text)) {
|
||||||
|
dialogManager.dismissAll();
|
||||||
showSuccess();
|
showSuccess();
|
||||||
} else {
|
} else {
|
||||||
|
dialogManager.dismissAll();
|
||||||
showError();
|
showError();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user