3.0.6
This commit is contained in:
@ -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