3.0.6
This commit is contained in:
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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 файла
|
||||
|
||||
Reference in New Issue
Block a user