mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +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);
|
||||
btn.setOnClickListener(v -> {
|
||||
// TODO Auto-generated method stub
|
||||
dlg.dismiss();
|
||||
finish();
|
||||
addDrugToList(Utils.medicine2prescription(aMedicine));
|
||||
|
@ -466,7 +465,6 @@ public class DrugListActivity extends AppCompatActivity {
|
|||
cpl.setText("");
|
||||
icon.setImageResource(R.drawable.tickcross); //TODO: Exception imageResource null Object reference
|
||||
btn.setOnClickListener(v -> {
|
||||
// TODO Auto-generated method stub
|
||||
dlg.dismiss();
|
||||
finish();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue