Adjust ActionToolbar positioning

Have I ever mentioned that I hate insets?
This commit is contained in:
arkon
2021-04-17 13:07:25 -04:00
parent dfd858034f
commit ad9bad3d17
4 changed files with 18 additions and 1 deletions
@@ -78,6 +78,11 @@ class UpdatesController :
padding()
}
}
binding.actionToolbar.applyInsetter {
type(navigationBars = true) {
margin(bottom = true)
}
}
return binding.root
}