fix:简体中文才显示一键登录
This commit is contained in:
parent
df439d3fe3
commit
237f8913d4
@ -283,7 +283,7 @@ class _StarLockLoginPageState extends State<StarLockLoginPage> {
|
|||||||
width: 10.sp,
|
width: 10.sp,
|
||||||
)),
|
)),
|
||||||
Obx(() => Visibility(
|
Obx(() => Visibility(
|
||||||
visible: state.isCheckVerifyEnable.value,
|
visible: state.isCheckVerifyEnable.value && state.currentLanguage == 'zh_CN',
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
// width: 150.w,
|
// width: 150.w,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user