[8.4.0]临时代码,注释吐司提示

This commit is contained in:
xuxinchao
2026-02-27 10:04:00 +08:00
parent f900af9f94
commit eb3ebba1cf
14 changed files with 38 additions and 38 deletions

View File

@@ -73,7 +73,7 @@ internal class GpsImpl(ctx: Context): IFlow<GpsStatus>(ctx) {
override fun onDenied() {
// ToastUtils.showShort("定位权限被拒绝, 可能导致RTK定位不准确请开启~")
ToastUtils.showShort(R.string.module_mogo_core_function_devatools_not_location_permission)
// ToastUtils.showShort(R.string.module_mogo_core_function_devatools_not_location_permission)
send(enabled = isLocationEnabled(), isGranted = false)
}
})