mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Hide option to extend pass cutout area if not using fullscreen
This commit is contained in:
parent
c5a6d76650
commit
28321c7830
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class ReaderPagedView @JvmOverloads constructor(context: Context, attrs: Attribu
|
||||||
} else {
|
} else {
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
binding.extendPastCutout.isVisible = show && isFullFit && hasCutout
|
binding.extendPastCutout.isVisible = show && isFullFit && hasCutout && preferences.fullscreen().get()
|
||||||
binding.invertDoublePages.isVisible = show && preferences.pageLayout().get() != PageLayout.SINGLE_PAGE.value
|
binding.invertDoublePages.isVisible = show && preferences.pageLayout().get() != PageLayout.SINGLE_PAGE.value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue