[Change]
1、新增针对bug中乘客屏幕地图宽度设置 2、删除OCH的沉浸式的顶部适配,交给实现方自己添加72px高度(联想pad)可以参考fragment_hmi.xml android:paddingTop="72px"实现方案 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -243,18 +243,6 @@ public class DebugConfig {
|
||||
return needRequestUserInfo;
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否基于地图
|
||||
*/
|
||||
private static boolean isMapBased = true;
|
||||
|
||||
public static boolean isMapBased() {
|
||||
return isMapBased;
|
||||
}
|
||||
|
||||
public static void setMapBased(boolean isMapBased) {
|
||||
DebugConfig.isMapBased = isMapBased;
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否需要实时上报坐标位置
|
||||
|
||||
Reference in New Issue
Block a user