try to fix bug unsuccessfully

This commit is contained in:
jacques 2022-07-18 18:24:43 +02:00
parent ccdd37b865
commit 978fb755bd

View file

@ -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 {