мелоч

This commit is contained in:
2024-07-07 18:15:35 +05:00
parent 3ec24fb3d5
commit d25cc7f5ad
3 changed files with 2 additions and 5 deletions

1
.idea/misc.xml generated
View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DesignSurface">
<option name="filePathToZoomLevelMap">

View File

@ -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()

View File

@ -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; //Показывать ли окно подождите пожалуйста (его нельзя создавать если в сервисе)