From 4af3e51300a7be46b9306b0d26b492cc6f5861a6 Mon Sep 17 00:00:00 2001 From: 55nknown <55922348+55nknown@users.noreply.github.com> Date: Mon, 3 Oct 2022 11:24:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8F=F0=9F=8F=BF=20=F0=9F=91=8F?= =?UTF-8?q?=F0=9F=8F=BF=20=F0=9F=91=8F=F0=9F=8F=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filcnaplo/lib/api/providers/live_card_provider.dart | 4 ++-- filcnaplo_desktop_ui | 2 +- filcnaplo_kreta_api | 2 +- filcnaplo_mobile_ui | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/filcnaplo/lib/api/providers/live_card_provider.dart b/filcnaplo/lib/api/providers/live_card_provider.dart index 5312afc..806d1cb 100644 --- a/filcnaplo/lib/api/providers/live_card_provider.dart +++ b/filcnaplo/lib/api/providers/live_card_provider.dart @@ -153,8 +153,8 @@ class LiveCardProvider extends ChangeNotifier { currentLesson = null; } - final _next = today.firstWhere((l) => l.start.isAfter(_now()), orElse: () => Lesson.fromJson({})); - nextLessons = today.where((l) => l.start.isAfter(_now())).toList(); + final _next = today.firstWhere((l) => l.start.isAfter(now), orElse: () => Lesson.fromJson({})); + nextLessons = today.where((l) => l.start.isAfter(now)).toList(); if (_next.start.year != 0) { nextLesson = _next; diff --git a/filcnaplo_desktop_ui b/filcnaplo_desktop_ui index 56ad3bf..71a2179 160000 --- a/filcnaplo_desktop_ui +++ b/filcnaplo_desktop_ui @@ -1 +1 @@ -Subproject commit 56ad3bfbf2e7281a3a02a6f1032070dffb7b8c6c +Subproject commit 71a2179ae20d8fac85b3ed2131d794b8cbe446fb diff --git a/filcnaplo_kreta_api b/filcnaplo_kreta_api index c453fca..824b1ff 160000 --- a/filcnaplo_kreta_api +++ b/filcnaplo_kreta_api @@ -1 +1 @@ -Subproject commit c453fca659c8bd200cd563a5fac4d5eaa6ed34ea +Subproject commit 824b1ff08fab3ee566dee9ed7409387cf6ce331d diff --git a/filcnaplo_mobile_ui b/filcnaplo_mobile_ui index 9a396a0..b228753 160000 --- a/filcnaplo_mobile_ui +++ b/filcnaplo_mobile_ui @@ -1 +1 @@ -Subproject commit 9a396a08423f4a2e2008dcedeff90db18999cfcf +Subproject commit b228753cfa4a772900b850d5da7434001bb8556e