mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-09-14 23:23:05 -04:00
fix: pad IME insets in MIME types activity (#304)
This commit is contained in:
1 parent
5921c27328
commit
044ac49a9c
1 file changed
+1
-1
@@ -49,7 +49,7 @@ class MimeTypesActivity : SimpleActivity(), ItemOperationsListener {
|
||||
setupOptionsMenu()
|
||||
refreshMenuItems()
|
||||
binding.apply {
|
||||
setupEdgeToEdge(padBottomSystem = listOf(mimetypesList))
|
||||
setupEdgeToEdge(padBottomImeAndSystem = listOf(mimetypesList))
|
||||
setupMaterialScrollListener(binding.mimetypesList, binding.mimetypesAppbar)
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user