This commit is contained in:
55nknown
2022-12-08 21:17:06 +01:00
parent fe5e93797a
commit 695f4e44f5
5 changed files with 8 additions and 9 deletions

View File

@@ -71,7 +71,6 @@ Future<void> syncAll(BuildContext context) {
Future<bool?> updateWidget() async {
try {
print("FILC | Widget updated from sync");
return HomeWidget.updateWidget(name: 'widget_timetable.WidgetTimetable');
} on PlatformException catch (exception) {
debugPrint('Error Updating Widget. $exception');