We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1a8e3 commit 40a05ddCopy full SHA for 40a05dd
1 file changed
app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt
@@ -696,7 +696,6 @@ class SystemUIHooker : YukiBaseHooker() {
696
if (isEnableHookColorNotifyIcon() && prefs.get(DataConst.ENABLE_NOTIFY_ICON_FIX_AUTO))
697
IconAdaptationTool.prepareAutoUpdateIconRule(
698
context = firstArgs()!!,
699
- // TODO 设置 UI 界面设置定时更新规则
700
timeSet = prefs.get(DataConst.NOTIFY_ICON_FIX_AUTO_TIME)
701
)
702
}
0 commit comments