解决高德地图设置自动模式后快速变到白天/夜间的问题、解决 e 系列分享隐藏 adas 的问题

This commit is contained in:
wangcongtao
2020-11-26 14:45:28 +08:00
parent 6e3c0b117d
commit c1034e824a
8 changed files with 56 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ class GridFixableShareDialog(context: Context) : BaseFloatDialog(context) {
override fun show() {
Logger.d(TAG, "onShow====")
if (!DebugConfig.isLauncher()) {
if (!DebugConfig.isNeedHideAdasWhenShare()) {
mApis.adasControllerApi.closeADAS()
}
gridBtnManager.showShareButton()