[Fix]
修复debugview中的时间控件导致的crash 关闭了绘制终点的toast Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user