ソースを参照

fix jdep is null

fares 10 ヶ月 前
コミット
2f0f23e820
1 ファイル変更2 行追加2 行削除
  1. 2 2
      lib/calendar_handler.dart

+ 2 - 2
lib/calendar_handler.dart

@@ -203,8 +203,8 @@ $crewlistdisplay
 
 """
                     .replaceAll("\n", "\\n"),
-                startTime: pnleg.jdep!.dateTime,
-                endTime: pnleg.jarr!.dateTime,
+                startTime: pnleg.jdate!.dateTime,
+                endTime: pnleg.jdate!.dateTime,
                 attendees: event['crew'],
                 allday: true);
             break;