dart format project
This commit is contained in:
@@ -121,7 +121,8 @@ class ProfileBackupScreen extends HookConsumerWidget {
|
||||
onPressed: () async {
|
||||
if (formKey.currentState?.validate() ?? false) {
|
||||
if (!skipPasswordConfirmation.value) {
|
||||
final confirmation = await showPasswordConfirmationDialog(context);
|
||||
final confirmation =
|
||||
await showPasswordConfirmationDialog(context);
|
||||
|
||||
if (confirmation != passwordTextController.text) {
|
||||
if (context.mounted) {
|
||||
|
||||
Reference in New Issue
Block a user