fix: 修复alexa 支持语言列表为空问题
This commit is contained in:
parent
42f873d5c3
commit
830d4ae938
@ -184,4 +184,10 @@ class MineSetLogic extends BaseGetXController {
|
|||||||
// state.currentLanguage.value = CurrentLocaleTool.getCurrentLocaleString();
|
// state.currentLanguage.value = CurrentLocaleTool.getCurrentLocaleString();
|
||||||
// });
|
// });
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<void> onReady() async {
|
||||||
|
super.onReady();
|
||||||
|
getUserInfoRequest();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user