Working push-Notifications for Android
This commit is contained in:
@ -92,7 +92,7 @@ class AppointmentDetails {
|
||||
leading: const Icon(Icons.people),
|
||||
title: Text("Klasse(n): ${timetableData.kl.map((e) => e.name).join(", ")}"),
|
||||
),
|
||||
DebugTile(timetableData.toJson()).asTile(context),
|
||||
DebugTile(context).jsonData(timetableData.toJson()),
|
||||
],
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user