Skip to content

Commit 28e2ace

Browse files
committed
chore(ui): update exit animations for bottombarcontainer
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 27f706a commit 28e2ace

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ui/components/src/main/kotlin/com/getcode/ui/components/bars/BottomBarContainer.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ fun BottomBarContainer(barMessages: BarMessages) {
159159
onClose = closeWith,
160160
onBackPressed = { closeWith(SelectedBottomBarAction(-1)) }
161161
)
162+
} else {
163+
Spacer(Modifier.fillMaxWidth())
162164
}
163165
}
164166
}

0 commit comments

Comments
 (0)