dialog backDismiss

This commit is contained in:
csf
2022-04-21 10:02:47 +08:00
parent 8386e0f20e
commit 9f6254cc82
4 changed files with 13 additions and 22 deletions

View File

@@ -244,11 +244,8 @@ void showServerSettingsWithValue(
child: Text(translate('OK')),
),
],
onWillPop: () async {
return true;
},
);
}, clickMaskDismiss: true);
});
}
String? validate(value) {