[3.3.0] remove tip toast call in two place
This commit is contained in:
@@ -867,7 +867,6 @@ public class AMapViewWrapper implements IMogoMapView,
|
||||
public void rtkEnable(boolean enable) {
|
||||
try {
|
||||
mRtkEnable = !mRtkEnable;
|
||||
TipToast.shortTip(mRtkEnable ? "已开启rtk道路匹配" : "已开启gps道路匹配");
|
||||
if (mMapView != null && mMapView.getLocationClient() != null) {
|
||||
mMapView.getLocationClient().rtkEnable(mRtkEnable);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user