解决高德地图设置自动模式后快速变到白天/夜间的问题、解决 e 系列分享隐藏 adas 的问题
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package com.mogo.commons.debug;
|
||||
|
||||
import com.mogo.utils.logger.Logger;
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2019-12-23
|
||||
@@ -318,4 +316,14 @@ public class DebugConfig {
|
||||
public static boolean isNeedLoadGuideModule() {
|
||||
return isNeedLoadGuideModule;
|
||||
}
|
||||
|
||||
private static boolean isNeedHideAdasWhenShare = false;
|
||||
|
||||
public static boolean isNeedHideAdasWhenShare() {
|
||||
return isNeedHideAdasWhenShare;
|
||||
}
|
||||
|
||||
public static void setNeedHideAdas( boolean isNeedHideAdas ) {
|
||||
DebugConfig.isNeedHideAdasWhenShare = isNeedHideAdas;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user