mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
add comment to see where to change code
This commit is contained in:
parent
d64fb4d322
commit
bbc1f39ebe
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class AlarmReceiver extends BroadcastReceiver {
|
|||
|
||||
if (BuildConfig.DEBUG) { Toast.makeText(context, "New stock calculated", Toast.LENGTH_LONG).show(); }
|
||||
createNotificationChannel(context);
|
||||
DBHelper dbHelper = new DBHelper(context);
|
||||
DBHelper dbHelper = new DBHelper(context); // TODO use room
|
||||
dbHelper.getAllDrugs();
|
||||
|
||||
List<Drug> drugs = dbHelper.getAllDrugs();
|
||||
|
|
Loading…
Reference in a new issue