mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Add save into database (not tested)
This commit is contained in:
parent
c5a8551b54
commit
3229050a50
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ public class MedicamentListActivity extends AppCompatActivity {
|
|||
public void newStockCalculation() {
|
||||
|
||||
Medicament currentMedicament;
|
||||
DBHelper dbHelper = new DBHelper();
|
||||
//DBHelper DBHelper dbHelper;
|
||||
|
||||
for (int position = 0 ; position < this. getCount() ; position++ ) {
|
||||
currentMedicament = this.getItem(position);
|
||||
|
|
Loading…
Reference in a new issue