mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-30 19:54:27 -04:00
This commit updates the `MeshtasticNavigationSuite` to conditionally show text labels based on the active navigation layout. Labels are now explicitly shown when using a `NavigationRail` and hidden otherwise to improve the visual density and consistency of the navigation UI across different adaptive breakpoints. Specific changes include: - Introduced a `showLabels` boolean determined by the current `layoutType`. - Updated `NavigationSuiteScaffold` to only render the destination `label` if `showLabels` is true. Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>