Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Add navigation bar padding to BottomSheet
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Oct 15, 2023
1 parent a7c3e1b commit 02e94d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ fun CipherActionsSheet(
) {
PickerBottomSheet(
state = state,
navigationBarPadding = true,
items = listOf(
R.string.CipherBottomSheet_View,
R.string.CipherBottomSheet_Edit,
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ google-material = "1.10.0"
jakewharton-process-phoenix = "2.1.2"
kotlinx-coroutines-android = "1.7.3"
librepass-client = "0.1.0-SNAPSHOT-10"
medzik-android-utils = "1.1.0"
medzik-android-utils = "1.2.0"
process-phoenix = "2.1.2"
# Plugins
android-application = "8.1.2"
Expand Down

0 comments on commit 02e94d8

Please sign in to comment.