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

This reverts commit eb3ebba1cf.
This commit is contained in:
yangyakun
2026-03-11 11:04:23 +08:00
parent b4d6b54415
commit 391d172633
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)
}
})