Skip to content

Commit

Permalink
Fixed merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolONEOfficial committed Jan 30, 2019
1 parent d1b85fd commit d33c8a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/timetable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class Timetable extends StatelessWidget {
final Drawer drawer;
final SharedPreferences prefs;

static bool showSelected = false;

static final LinkedHashMap<DateTime, List<TimelineModel>> timetable =
LinkedHashMap<DateTime, List<TimelineModel>>();

Expand Down

0 comments on commit d33c8a8

Please sign in to comment.