мелоч
This commit is contained in:
@ -560,7 +560,6 @@ public class LocustDelActivity extends FragmentActivity implements LocationListe
|
||||
spiInsFormulation = findViewById(R.id.spiInsFormulation); // формуляция(УМО, КЭ, др.)
|
||||
guiTable.add(spiInsFormulation, "insecticide_formulation_id");
|
||||
((selectDB)spiInsFormulation).addField("", "");
|
||||
// Выбираем страны и заполняем поля
|
||||
dboh = new DbOpenHelper(this);
|
||||
cursor = dboh
|
||||
.getReadableDatabase()
|
||||
@ -582,7 +581,6 @@ public class LocustDelActivity extends FragmentActivity implements LocationListe
|
||||
spiInsDiluted = findViewById(R.id.spiInsDiluted); // Коммерческий припарат разбавлен?
|
||||
guiTable.add(spiInsDiluted, "insecticide_diluted_id");
|
||||
((selectDB)spiInsDiluted).addField("", "");
|
||||
// Выбираем страны и заполняем поля
|
||||
dboh = new DbOpenHelper(this);
|
||||
cursor = dboh
|
||||
.getReadableDatabase()
|
||||
|
||||
@ -68,8 +68,8 @@ import tctable.TCTable;
|
||||
* */
|
||||
public class MySynchronizationOld
|
||||
{
|
||||
//public static String URL="https://ccalm.org";
|
||||
public static String URL="http://192.168.200.100:8080";
|
||||
public static String URL="https://ccalm.org";
|
||||
//public static String URL="http://192.168.200.100:8080";
|
||||
|
||||
private Context _context; //От какого контекста показывать алерты
|
||||
//private boolean _showAlert; //Показывать ли окно подождите пожалуйста (его нельзя создавать если в сервисе)
|
||||
|
||||
Reference in New Issue
Block a user