mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 03:43:56 +00:00
fix: hide system bars in reader by default
This commit is contained in:
@@ -122,7 +122,7 @@ class MangaReaderActivity : AppCompatActivity() {
|
||||
}
|
||||
|
||||
private fun hideBars() {
|
||||
if (PrefManager.getVal(PrefName.ShowSystemBars)) hideSystemBars()
|
||||
if (!PrefManager.getVal<Boolean>(PrefName.ShowSystemBars)) hideSystemBars()
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
|
||||
Reference in New Issue
Block a user