mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 13:37:47 +01:00
Remove reader page number inset margin (#5661)
This commit is contained in:
parent
b5e118e2b4
commit
5aea21a194
1 changed files with 0 additions and 6 deletions
|
@ -168,12 +168,6 @@ class ReaderActivity : BaseRxActivity<ReaderActivityBinding, ReaderPresenter>()
|
|||
config = ReaderConfig()
|
||||
initializeMenu()
|
||||
|
||||
binding.pageNumber.applyInsetter {
|
||||
type(navigationBars = true) {
|
||||
margin()
|
||||
}
|
||||
}
|
||||
|
||||
// Finish when incognito mode is disabled
|
||||
preferences.incognitoMode().asFlow()
|
||||
.drop(1)
|
||||
|
|
Loading…
Reference in a new issue