fix:(密码)修复点击重置后不弹窗的问题

This commit is contained in:
liyi 2025-06-12 09:38:02 +08:00
parent 9d2c953522
commit c76a7f0dad

View File

@ -68,8 +68,7 @@ class _PasswordKeyListPageState extends State<PasswordKeyListPage>
final bool? isDemoMode =
await Storage.getBool(ifIsDemoModeOrNot);
if (isDemoMode == false) {
final bool isNetWork =
await LockMainLogic.to()?.judgeTheNetwork() ?? false;
final bool isNetWork = await logic.isConnected() ?? false;
if (!isNetWork) {
return;
}