Fix default tab bar placement

This commit is contained in:
Andrew Lygin 2024-02-04 14:34:33 +03:00
parent ed2651d62a
commit b81e8971df

View file

@ -199,7 +199,7 @@ pub trait Item: FocusableView + EventEmitter<Self::Event> {
}
fn tab_bar_placement(&self) -> TabBarPlacement {
TabBarPlacement::Bottom
TabBarPlacement::Top
}
fn breadcrumb_location(&self) -> ToolbarItemLocation {