Bläddra i källkod

1.修改Android Apex Ship Map更新数据后当前点的重置。

Pen Li 7 år sedan
förälder
incheckning
f0efcd399d
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      Apex Mobile/app/src/main/java/com/usai/apex/ShipMap/ShipMap.java

+ 2 - 0
Apex Mobile/app/src/main/java/com/usai/apex/ShipMap/ShipMap.java

@@ -219,6 +219,8 @@ public class ShipMap extends RelativeLayout implements GoogleMap.OnMarkerClickLi
             return;
         }
 
+        mCurrentGoogleMarker = null;
+        mCurrentBaiduMarker = null;
 
         if (mUseGoogleMap) {
            if (mGoogleMap != null) {