fix:语言包设置逻辑

This commit is contained in:
liyi 2025-09-05 15:11:07 +08:00
parent 1d0366414c
commit 6b65661384

View File

@ -58,7 +58,7 @@ class LockVoiceSettingLogic extends BaseGetXController {
handleSetResult(reply); handleSetResult(reply);
} }
}); });
initList(); await initList();
readLockLanguage(); readLockLanguage();
} }