From 4a5e83cfdab152d97815443fe80a8866f7f74ea9 Mon Sep 17 00:00:00 2001 From: LittleTurtle2333 Date: Thu, 16 Feb 2023 23:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E6=B3=A8=E9=87=8A=E6=9C=AA?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E5=AE=8C=E6=88=90=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lt2333/simplicitytools/activity/pages/t/OtherPageForT.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/OtherPageForT.kt b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/OtherPageForT.kt index 97524a9e..8bfef7eb 100644 --- a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/OtherPageForT.kt +++ b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/OtherPageForT.kt @@ -35,7 +35,8 @@ class OtherPageForT : BasePage() { textId = R.string.miuihome_recentwiew_wallpaper_darkening, tipsId = R.string.miuihome_recentwiew_wallpaper_darkening_summary ), SwitchV("miuihome_recentwiew_wallpaper_darkening", false) ) - TextSummaryWithSwitch( + //TODO:未开发完成 + /*TextSummaryWithSwitch( TextSummaryV( textId = R.string.miuihome_recentview_remove_card_animation, tipsId = R.string.miuihome_recentview_remove_card_animation_summary ), SwitchV("miuihome_recentview_remove_card_animation", false) @@ -43,7 +44,7 @@ class OtherPageForT : BasePage() { TextSummaryWithSwitch( TextSummaryV(textId = R.string.miuihome_shortcut_add_small_window, tipsId = R.string.miuihome_shortcut_add_small_window_summary), SwitchV("miuihome_shortcut_add_small_window", false) - ) + )*/ TextSummaryWithSwitch( TextSummaryV(textId = R.string.miuihome_scroll_icon_name, tipsId = R.string.miuihome_scroll_icon_name_summary), SwitchV("miuihome_scroll_icon_name", false)