mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
try to fix bug unsuccessfully
This commit is contained in:
parent
ccdd37b865
commit
978fb755bd
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ public class AlarmReceiver extends BroadcastReceiver {
|
||||||
prescriptionsDAO.update(currentPrescription);
|
prescriptionsDAO.update(currentPrescription);
|
||||||
}
|
}
|
||||||
// Sorting list by dateEndOfStock
|
// Sorting list by dateEndOfStock
|
||||||
|
prescriptionList = prescriptionsDAO.getAllMedics(); // Reread the database
|
||||||
Utils.sortPrescriptionList(prescriptionList);
|
Utils.sortPrescriptionList(prescriptionList);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue