mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Remove TODO
This commit is contained in:
parent
6e8ae6fc38
commit
a593758fe5
1 changed files with 0 additions and 2 deletions
|
@ -455,7 +455,6 @@ public class DrugListActivity extends AppCompatActivity {
|
||||||
}
|
}
|
||||||
icon.setImageResource(R.drawable.tickmark);
|
icon.setImageResource(R.drawable.tickmark);
|
||||||
btn.setOnClickListener(v -> {
|
btn.setOnClickListener(v -> {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
dlg.dismiss();
|
dlg.dismiss();
|
||||||
finish();
|
finish();
|
||||||
addDrugToList(Utils.medicine2prescription(aMedicine));
|
addDrugToList(Utils.medicine2prescription(aMedicine));
|
||||||
|
@ -466,7 +465,6 @@ public class DrugListActivity extends AppCompatActivity {
|
||||||
cpl.setText("");
|
cpl.setText("");
|
||||||
icon.setImageResource(R.drawable.tickcross); //TODO: Exception imageResource null Object reference
|
icon.setImageResource(R.drawable.tickcross); //TODO: Exception imageResource null Object reference
|
||||||
btn.setOnClickListener(v -> {
|
btn.setOnClickListener(v -> {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
dlg.dismiss();
|
dlg.dismiss();
|
||||||
finish();
|
finish();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue