mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 17:13:56 +00:00
fix: navbar squish after loading settings
This commit is contained in:
@@ -125,6 +125,10 @@ class TripleNavAdapter(
|
||||
}
|
||||
|
||||
fun setVisibility(visibility: Int) {
|
||||
if (isScreenVertical) {
|
||||
nav1.visibility = visibility
|
||||
return
|
||||
}
|
||||
nav1.visibility = visibility
|
||||
nav2.visibility = visibility
|
||||
nav3.visibility = visibility
|
||||
|
||||
Reference in New Issue
Block a user