mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
fix overlapping navigation bar adding navigation bar padding
This commit is contained in:
parent
03713dd62b
commit
178154ce0e
2 changed files with 2 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ fun FoldersPane(
|
|||
/*TODO("Implement action to mark/unmark images as not for upload")*/
|
||||
},
|
||||
modifier = Modifier.padding(horizontal = 16.dp, vertical = 8.dp)
|
||||
.navigationBarsPadding()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -117,6 +117,7 @@ fun ImagesPane(
|
|||
onPrimaryAction = { /*TODO("Implement action to upload selected images")*/ },
|
||||
onSecondaryAction = { /*TODO("Implement action to mark/unmark as not for upload")*/ },
|
||||
modifier = Modifier.padding(horizontal = 16.dp, vertical = 8.dp)
|
||||
.navigationBarsPadding()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue