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