From 175c562db378df0d2b13d6f0aa84dc38714b3156 Mon Sep 17 00:00:00 2001 From: bw8686 <51877146+bw8686@users.noreply.github.com> Date: Sun, 4 Aug 2024 01:40:59 +0100 Subject: [PATCH] Fix Flow Button | It's almost 2am forgive me. --- lib/ui/android_auto.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/android_auto.dart b/lib/ui/android_auto.dart index 74cac33..c061d4c 100644 --- a/lib/ui/android_auto.dart +++ b/lib/ui/android_auto.dart @@ -173,7 +173,7 @@ class AndroidAuto { } // Play flow - if (id == 'flow' || id == '${prefix}stlflow') { + if (id == '${prefix}flow' || id == '${prefix}stlflow') { await GetIt.I() .playFromSmartTrackList(SmartTrackList(id: 'flow', title: 'Flow'.i18n)); return;