修正一些文案

This commit is contained in:
2022-01-31 03:30:38 +08:00
parent 79e87c583c
commit 3ad3022ae1

View File

@@ -128,7 +128,8 @@ class MainActivity : BaseActivity() {
findViewById<View>(R.id.title_restart_icon).setOnClickListener {
showDialog {
title = "重启系统界面"
msg = "你确定要立即重启系统界面吗?"
msg = "你确定要立即重启系统界面吗?\n\n" +
"部分 MIUI 系统使用了状态栏主题可能会发生主题失效的情况,这种情况请再重启一次即可。"
confirmButton { restartSystemUI() }
cancelButton()
}