Browse Source

fix jdep is null

fares 10 tháng trước cách đây
mục cha
commit
2f0f23e820
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;