mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 23:01:06 -08:00
fix(mobile): selectedIcon not set when the device is landscape (#17027)
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user