[m1-p-1.1.0] close the app list activity and trace log

This commit is contained in:
zhongchao
2023-03-11 01:00:18 +08:00
parent 91299cb6f4
commit eecc56d15c
2 changed files with 5 additions and 5 deletions

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
// }
}
/**