Fixes time display of current/next song UI. Adds localized formatting code for start times of shows current and next.
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ class ShowCard extends StatelessWidget {
|
||||
),
|
||||
const SizedBox(width: 8),
|
||||
Text(
|
||||
formatTimeWindow(show?.starts, show?.ends),
|
||||
formatStartingTime(show?.starts),
|
||||
style: Theme.of(context).textTheme.labelSmall,
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user