mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-07 11:09:52 +08:00
修正一些文案
This commit is contained in:
@@ -128,7 +128,8 @@ class MainActivity : BaseActivity() {
|
|||||||
findViewById<View>(R.id.title_restart_icon).setOnClickListener {
|
findViewById<View>(R.id.title_restart_icon).setOnClickListener {
|
||||||
showDialog {
|
showDialog {
|
||||||
title = "重启系统界面"
|
title = "重启系统界面"
|
||||||
msg = "你确定要立即重启系统界面吗?"
|
msg = "你确定要立即重启系统界面吗?\n\n" +
|
||||||
|
"部分 MIUI 系统使用了状态栏主题可能会发生主题失效的情况,这种情况请再重启一次即可。"
|
||||||
confirmButton { restartSystemUI() }
|
confirmButton { restartSystemUI() }
|
||||||
cancelButton()
|
cancelButton()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user