From f03f1b18e48be392cfcf4478cf1610e47634242d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCllner?= Date: Thu, 5 Mar 2026 09:24:50 +0100 Subject: [PATCH] fix: don't change main collection on open --- lib/screens/collections_screen.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/screens/collections_screen.dart b/lib/screens/collections_screen.dart index 4d75ad2..a3354ab 100644 --- a/lib/screens/collections_screen.dart +++ b/lib/screens/collections_screen.dart @@ -148,7 +148,6 @@ class CollectionsScreenState extends State { } void _openCollection(Collection c) { - _setActiveCollection(c.id); navigatorKey.currentState!.push( MaterialPageRoute( builder: (_) => GarageScreen(