mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-29 21:03:14 -05:00
TachiyomiAppBarLayout: Ignore inset visibility (#6533)
For resume button animation
This commit is contained in:
parent
e1b1f4f3fc
commit
5348154c42
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@ class TachiyomiAppBarLayout @JvmOverloads constructor(
|
||||||
type(statusBars = true) {
|
type(statusBars = true) {
|
||||||
padding(top = true)
|
padding(top = true)
|
||||||
}
|
}
|
||||||
|
ignoreVisibility(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue