This commit is contained in:
Igor I
2025-02-27 13:12:53 +05:00
parent ecb0ae8b15
commit 41d7f6b4d1
5 changed files with 32 additions and 5 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
applicationId "kz.istt.locust"
minSdkVersion 15
versionCode 108
versionName "3.0.5"
versionCode 109
versionName "3.0.6"
targetSdkVersion 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true

View File

@ -3073,7 +3073,8 @@ public class LocustHealthActivity extends FragmentActivity implements LocationLi
eFields = true;
}
if(((selectDB)spiEffControl2).getValue().equals("1")){
String value=((selectDB)spiEffControl2).getValue();
if(value!=null && value.equals("1")){
if (!eFields && !isGONE(edtEffMortality2) && edtEffMortality2.getText().toString().isBlank())
{
scrollTo(edtEffMortality2);

View File

@ -663,6 +663,8 @@ public class MySynchronizationOld
TCTable tbl=new TCTable("",0);
if(tbl.OpenTableH(is))
{
if(tbl.name.equals("terminals"))
Log.d("igor", "tbl.name = " + tbl.name);
result = dbOpenHelper.updateTable(tbl);
}
}else if(type.equals("xml")) //Данные в виде XML файла