kopia lustrzana https://gitlab.com/mysocialportal/relatica
Fix search screen bottom nav bar using correct button highlight
rodzic
bbccbcfbf6
commit
3d8d69568e
|
|
@ -182,8 +182,8 @@ class _SearchScreenState extends State<SearchScreen> {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
bottomNavigationBar: AppBottomNavBar(
|
bottomNavigationBar: const AppBottomNavBar(
|
||||||
currentButton: NavBarButtons.contacts,
|
currentButton: NavBarButtons.search,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue