AdaptiveSheet: Wrap inside Dialog (#9279)

Because of Compose issue, the style of the sheet surface is adjusted as
a workaround

Ref https://issuetracker.google.com/issues/246909281
This commit is contained in:
Ivan Iskandar
2023-03-30 09:34:32 +07:00
committed by GitHub
parent be8e2f119f
commit 6f1099b710
3 changed files with 22 additions and 42 deletions

View File

@@ -245,7 +245,7 @@ object LibraryTab : Tab {
}
LaunchedEffect(state.selectionMode, state.dialog) {
HomeScreen.showBottomNav(!state.selectionMode && state.dialog !is LibraryScreenModel.Dialog.SettingsSheet)
HomeScreen.showBottomNav(!state.selectionMode)
}
LaunchedEffect(state.isLoading) {