feature/apk_versioning_mechanism #7

Merged
CiufudeanDani merged 12 commits from feature/apk_versioning_mechanism into develop 2022-03-22 13:19:48 +00:00
Showing only changes of commit 0fabbc73be - Show all commits

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