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