fix: don't change main collection on open
This commit is contained in:
parent
07b1df3369
commit
f03f1b18e4
1 changed files with 0 additions and 1 deletions
|
|
@ -148,7 +148,6 @@ class CollectionsScreenState extends State<CollectionsScreen> {
|
||||||
}
|
}
|
||||||
|
|
||||||
void _openCollection(Collection c) {
|
void _openCollection(Collection c) {
|
||||||
_setActiveCollection(c.id);
|
|
||||||
navigatorKey.currentState!.push(
|
navigatorKey.currentState!.push(
|
||||||
MaterialPageRoute(
|
MaterialPageRoute(
|
||||||
builder: (_) => GarageScreen(
|
builder: (_) => GarageScreen(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue