1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00

Cleanup and optimization of the parser (not finished)

This commit is contained in:
Michael Gordeev
2020-02-10 20:00:18 +03:00
parent 534f2e2966
commit d9d24821b7
11 changed files with 238 additions and 235 deletions
@@ -54,7 +54,7 @@ namespace GUTSchedule.Droid.Activities
}
else
{
List<Subject> schedule = await Parser.LoadSchedule();
List<Occupation> schedule = await Parser.LoadSchedule();
schedule = schedule.FindAll(i => i.StartTime.Date >= Data.StartDate && i.StartTime.Date <= Data.EndDate); // Filtering schedule according to export range