修改静态地图的key
This commit is contained in:
@@ -72,7 +72,8 @@ class MyApplication : Application(), ViewModelStoreOwner {
|
|||||||
Log.i(TAG, "onCreate")
|
Log.i(TAG, "onCreate")
|
||||||
super.onCreate()
|
super.onCreate()
|
||||||
ConstantUtils.mIsCloseDialog=true
|
ConstantUtils.mIsCloseDialog=true
|
||||||
LocationMessageHolder.mapKey = "a87b89a2b4a32ed31da04d0996035cc1"
|
// LocationMessageHolder.mapKey = "a87b89a2b4a32ed31da04d0996035cc1"
|
||||||
|
LocationMessageHolder.mapKey = "e9926badd26aaa766d13439c88a83f2d"
|
||||||
Logger.addLogAdapter(AndroidLogAdapter())
|
Logger.addLogAdapter(AndroidLogAdapter())
|
||||||
appContext = this
|
appContext = this
|
||||||
DownloadFileUtil.init(this)
|
DownloadFileUtil.init(this)
|
||||||
|
|||||||
Reference in New Issue
Block a user