调试窗

版本构建时间赋值,修改文字
This commit is contained in:
xuxinchao
2022-05-13 18:40:28 +08:00
parent fe79247643
commit d1972bec54
2 changed files with 3 additions and 1 deletions

View File

@@ -1454,7 +1454,7 @@ class DebugSettingView @JvmOverloads constructor(
)
tvLocationEnabled.text = Html.fromHtml(
"定位服务开启状态:${
"Pad定位服务开启状态:${
if (DeviceUtils.isLocationEnabled()) {
"<font color='blue'>正常"
} else {