mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +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);
|
||||
}
|
||||
// Sorting list by dateEndOfStock
|
||||
prescriptionList = prescriptionsDAO.getAllMedics(); // Reread the database
|
||||
Utils.sortPrescriptionList(prescriptionList);
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue