mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): selectedIcon not set when the device is landscape (#17027)
This commit is contained in:
parent
9e015c7f97
commit
a77608e36b
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ class TabControllerPage extends HookConsumerWidget {
|
||||||
(e) => NavigationRailDestination(
|
(e) => NavigationRailDestination(
|
||||||
icon: e.icon,
|
icon: e.icon,
|
||||||
label: Text(e.label),
|
label: Text(e.label),
|
||||||
|
selectedIcon: e.selectedIcon,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
.toList(),
|
.toList(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue