fix: typo
Some checks are pending
Build-Apk / build (push) Waiting to run

This commit is contained in:
lisonge 2024-10-22 12:10:32 +08:00
parent a2524abca4
commit 30a3e6402e

View File

@ -103,7 +103,7 @@ private fun enableA11yService() {
fun switchA11yService(): Boolean {
if (!writeSecureSettingsState.updateAndGet()) {
toast("请先授予[写入安全设置]权限")
toast("请先授予[写入安全设置权限]")
return false
}
val names = getServiceNames()