修改静态地图的key

This commit is contained in:
zhanglei
2026-04-08 14:27:15 +08:00
parent 9aa64d5996
commit f4578f94b1
@@ -72,7 +72,8 @@ class MyApplication : Application(), ViewModelStoreOwner {
Log.i(TAG, "onCreate")
super.onCreate()
ConstantUtils.mIsCloseDialog=true
LocationMessageHolder.mapKey = "a87b89a2b4a32ed31da04d0996035cc1"
// LocationMessageHolder.mapKey = "a87b89a2b4a32ed31da04d0996035cc1"
LocationMessageHolder.mapKey = "e9926badd26aaa766d13439c88a83f2d"
Logger.addLogAdapter(AndroidLogAdapter())
appContext = this
DownloadFileUtil.init(this)