From 0fabbc73befee0b71d66626bb4b8399982e974ed Mon Sep 17 00:00:00 2001 From: CiufudeanDani Date: Thu, 17 Mar 2022 15:13:25 +0200 Subject: [PATCH] comment line in order to move vehicle --- .../java/com/safemobile/dispatch/TabLayoutActivity.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/safeDispatch/src/main/java/com/safemobile/dispatch/TabLayoutActivity.java b/safeDispatch/src/main/java/com/safemobile/dispatch/TabLayoutActivity.java index ac25ba6..255e34d 100644 --- a/safeDispatch/src/main/java/com/safemobile/dispatch/TabLayoutActivity.java +++ b/safeDispatch/src/main/java/com/safemobile/dispatch/TabLayoutActivity.java @@ -1234,8 +1234,8 @@ public class TabLayoutActivity extends AbstractSDParentActivity{ if (getSuperVehHash().get(GPSPos.gpsValue.imei) != null) { getSuperVehHash().get(GPSPos.gpsValue.imei).SetNewPosition(GPSPos.gpsValue.lat, GPSPos.gpsValue.lng, GPSPos.gpsValue.timeGMT, GPSPos.gpsValue.speed); - - if (getSuperVehHash().get(GPSPos.gpsValue.imei).needUpdate) { + +// if (getSuperVehHash().get(GPSPos.gpsValue.imei).needUpdate) { //list for live if (AppParams.crtTab == AppParams.Tabs.live) { //SM.Debug("+++++ duda +++++"); @@ -1247,7 +1247,7 @@ public class TabLayoutActivity extends AbstractSDParentActivity{ SM.Debug("Error load hash:"+ex.toString()); } } - } +// } } }