Merge remote-tracking branch 'origin/dev_robobus-m1-p-app-module_1.1.0_230112_1.1.0' into dev_robobus-m1-p-app-module_1.1.0_230112_1.1.0

This commit is contained in:
wangmingjun
2023-03-11 01:04:53 +08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ if (!isAndroidTestBuild()) {
apply plugin: 'chain.log.hook'
hooklog {
enableTraceToServer false
enableLoggerToLocal true
enableLoggerToLocal false
}
apply plugin: 'biz.config.hook'

View File

@@ -44,10 +44,10 @@ class VersionNameView @JvmOverloads constructor(
showCurrentMapVersion()
// 调试入口应对M1、M2没有安装Launcher的情况
setOnLongClickListener {
ActivityUtils.startActivity(AppListActivity::class.java)
true
}
// setOnLongClickListener {
// ActivityUtils.startActivity(AppListActivity::class.java)
// true
// }
}
/**