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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user