mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 19:31:17 +08:00
修复其他页面无重启菜单的问题
This commit is contained in:
@@ -844,6 +844,7 @@ class SettingsActivity : MIUIActivity() {
|
|||||||
|
|
||||||
//其他页面
|
//其他页面
|
||||||
private fun otherItems(): ArrayList<BaseView> {
|
private fun otherItems(): ArrayList<BaseView> {
|
||||||
|
menuButton.visibility = View.VISIBLE
|
||||||
return ArrayList<BaseView>().apply {
|
return ArrayList<BaseView>().apply {
|
||||||
add(TitleTextV(resId = R.string.scope_miuihome))
|
add(TitleTextV(resId = R.string.scope_miuihome))
|
||||||
add(
|
add(
|
||||||
|
|||||||
Reference in New Issue
Block a user