From a5586c85052cd9d02508587b442dd31be5388226 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Mon, 6 Feb 2023 01:51:35 +0800 Subject: [PATCH] Modify remove extra text in notifyRefresh function in IconRuleManagerTool --- .../com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt index 51bdebd..8a97521 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt @@ -354,7 +354,7 @@ object IconRuleManagerTool { */ private fun notifyRefresh(context: Context) { if (context !is AppCompatActivity) pushNotify(context, title = "同步完成", msg = "已更新通知图标优化名单,点击查看") - SystemUITool.refreshSystemUI(context) { if (context is AppCompatActivity) context.snake(msg = "已更新通知图标优化名单,点击查看") } + SystemUITool.refreshSystemUI(context) { if (context is AppCompatActivity) context.snake(msg = "已更新通知图标优化名单") } } /**