修复debugview中的时间控件导致的crash
关闭了绘制终点的toast

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-01-11 11:57:43 +08:00
parent 60bbb91529
commit ef1ffc1235
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
android:textSize="@dimen/dp_34"
android:textStyle="bold" />
<LinearLayout
<!-- <LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
@@ -50,7 +50,7 @@
android:format24Hour="yyyy年MM月dd日 EEEE aa HH:mm:ss"
android:textColor="#000"
android:textSize="@dimen/dp_36" />
</LinearLayout>
</LinearLayout>-->
<TextView
android:id="@+id/tvAppInfo"

View File

@@ -89,9 +89,9 @@ public class RouteOverlayDrawer {
markderOptions.latitude(lat).longitude(lon);
//Log.d("lianglihui","addEndingMarker-"+lat+":"+lon);
endMarker = MogoApisHandler.getInstance().getApis().getMapServiceApi().getMarkerManager(mContext).addMarker(markerType, markderOptions);
if (DebugConfig.isDebug()){
ToastUtils.showLong("绘制终点marker,"+lat+":"+lon);
}
// if (DebugConfig.isDebug()){
// ToastUtils.showLong("绘制终点marker,"+lat+":"+lon);
// }
}
public void clearMogoRouteOverlay(){