comment line in order to move vehicle

This commit is contained in:
CiufudeanDani 2022-03-17 15:13:25 +02:00
parent 85cf7ae6a4
commit 0fabbc73be
1 changed files with 3 additions and 3 deletions

View File

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