[fix]
[放入点击事件中]
This commit is contained in:
yangyakun
2024-09-09 11:35:22 +08:00
parent 53553fddad
commit 688a06792f

View File

@@ -124,8 +124,11 @@ class LoginFragment : MvpFragment<LoginFragment?, LoginPresenter?>(), ILoginView
true
}
}else{
context?.let {
ToggleDebugView.toggleDebugView.toggle(it)
biz_actv_login_show_sn.setOnLongClickListener {
context?.let {
ToggleDebugView.toggleDebugView.toggle(it)
}
true
}
}
}