mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 13:52:07 -05:00
PM-19466: Fix snackbar ime padding (#4933)
This commit is contained in:
@@ -64,7 +64,11 @@ fun BitwardenScaffold(
|
||||
.then(modifier),
|
||||
topBar = topBar,
|
||||
bottomBar = bottomBar,
|
||||
snackbarHost = snackbarHost,
|
||||
snackbarHost = {
|
||||
Box(modifier = Modifier.imePadding()) {
|
||||
snackbarHost()
|
||||
}
|
||||
},
|
||||
floatingActionButton = floatingActionButton,
|
||||
floatingActionButtonPosition = floatingActionButtonPosition,
|
||||
containerColor = containerColor,
|
||||
|
||||
Reference in New Issue
Block a user