Fix reader toolbar insets
This commit is contained in:
parent
2173a83196
commit
f9ba8b0072
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ class ReaderActivity : BaseRxActivity<ReaderActivityBinding, ReaderPresenter>()
|
||||||
onBackPressed()
|
onBackPressed()
|
||||||
}
|
}
|
||||||
|
|
||||||
binding.toolbar.applyInsetter {
|
binding.header.applyInsetter {
|
||||||
type(navigationBars = true, statusBars = true) {
|
type(navigationBars = true, statusBars = true) {
|
||||||
margin(top = true, horizontal = true)
|
margin(top = true, horizontal = true)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue