Fix ActionToolbar bottom offset

This commit is contained in:
arkon
2021-04-12 12:42:07 -04:00
parent 15bed1ac4c
commit 155a4dd463
4 changed files with 18 additions and 1 deletions
@@ -82,6 +82,11 @@ class UpdatesController :
padding()
}
}
binding.actionToolbar.applyInsetter {
type(navigationBars = true) {
margin(bottom = true)
}
}
return binding.root
}