Closed StillGreen-san closed 3 months ago
fixes the selection of the next schedule backup in UploadThread.getNextAutoBackup
the list returned by Scheduler.getBackupDatesList still contains the current backup time, which previously would be the one selected to be diplayed to the user this adds a step to filter all entries earlier then now
just realized that there is already an issue for this: #124 and maybe also #94
fixes the selection of the next schedule backup in UploadThread.getNextAutoBackup
the list returned by Scheduler.getBackupDatesList still contains the current backup time, which previously would be the one selected to be diplayed to the user this adds a step to filter all entries earlier then now