mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
修复隐藏图标页面白屏
This commit is contained in:
@@ -322,7 +322,7 @@ class SettingsActivity : MIUIActivity() {
|
|||||||
TextSummaryArrow(
|
TextSummaryArrow(
|
||||||
TextSummaryV(
|
TextSummaryV(
|
||||||
textId = R.string.hide_icon,
|
textId = R.string.hide_icon,
|
||||||
onClickListener = { showFragment(getString(R.string.hide_icon)) }
|
onClickListener = { showFragment("hide_icon") }
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
val customMobileTypeTextBinding = GetDataBinding(object : DefValue {
|
val customMobileTypeTextBinding = GetDataBinding(object : DefValue {
|
||||||
|
|||||||
Reference in New Issue
Block a user