Fixed
Status Update
Comments
co...@google.com <co...@google.com> #2
Hi Leticia,
I think the request makes sense. Can we add a new NavigationSuiteType to support this? Something like NaivgationSuiteType.None
I think the request makes sense. Can we add a new NavigationSuiteType to support this? Something like NaivgationSuiteType.None
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit 0c3f1ecd97becd8fac2ad97f179a5402c3711a66
Author: Leticia Santos <leticiars@google.com>
Date: Mon Dec 04 20:07:53 2023
Add NavigationSuiteType.None
Relnote: Add a 'None' NavigationSuiteType
Bug: 313688598
Test: Unit test
Change-Id: If8cb157e6e26784fbc32ee7d3938d4e94b5930da
M compose/material3/material3-adaptive-navigation-suite/api/current.txt
M compose/material3/material3-adaptive-navigation-suite/api/restricted_current.txt
A compose/material3/material3-adaptive-navigation-suite/src/androidInstrumentedTest/kotlin/androidx/compose/material3/adaptive-navigation-suite/NavigationSuiteTest.kt
M compose/material3/material3-adaptive-navigation-suite/src/commonMain/kotlin/androidx/compose/material3/adaptive/navigation-suite/NavigationSuiteScaffold.kt
https://android-review.googlesource.com/2858128
Branch: androidx-main
commit 0c3f1ecd97becd8fac2ad97f179a5402c3711a66
Author: Leticia Santos <leticiars@google.com>
Date: Mon Dec 04 20:07:53 2023
Add NavigationSuiteType.None
Relnote: Add a 'None' NavigationSuiteType
Bug: 313688598
Test: Unit test
Change-Id: If8cb157e6e26784fbc32ee7d3938d4e94b5930da
M compose/material3/material3-adaptive-navigation-suite/api/current.txt
M compose/material3/material3-adaptive-navigation-suite/api/restricted_current.txt
A compose/material3/material3-adaptive-navigation-suite/src/androidInstrumentedTest/kotlin/androidx/compose/material3/adaptive-navigation-suite/NavigationSuiteTest.kt
M compose/material3/material3-adaptive-navigation-suite/src/commonMain/kotlin/androidx/compose/material3/adaptive/navigation-suite/NavigationSuiteScaffold.kt
le...@google.com <le...@google.com>
na...@google.com <na...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3-adaptive-navigation-suite:1.0.0-alpha02
androidx.compose.material3:material3-adaptive-navigation-suite-android:1.0.0-alpha02
androidx.compose.material3:material3-adaptive-navigation-suite-desktop:1.0.0-alpha02
Description
I want to hide NavigationSuite on screens where NavigationBar and NavigationRail are not needed. So I would like to be able to customize NavigationSuite to hide it.