[3.3.0] remove tip toast call in two place

This commit is contained in:
zhongchao
2023-06-25 11:07:46 +08:00
parent 0ae081c2e3
commit db0fed407b
2 changed files with 0 additions and 4 deletions

View File

@@ -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);
}