This commit is contained in:
tongchenfei
2020-07-30 15:48:58 +08:00
parent 3ed51c3947
commit 68443c043f

View File

@@ -664,6 +664,7 @@ public class TopViewAnimHelper {
}
public void removeAllView(){
Logger.d(TAG, "remove all view");
isTopViewOut = true;
int lastCount = topContainer.getChildCount();
for (int i = 0; i < lastCount; i++) {
@@ -675,5 +676,7 @@ public class TopViewAnimHelper {
}
}
topContainer.removeAllViews();
hideNaviView();
MapCenterPointStrategy.setMapCenterPointByScene(mogoMapUIController, Scene.AIMLESS);
}
}