mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-24 03:21:03 +00:00
auto hide android navbar (#133)
* auto hide android navbar * auto hide android navbar
This commit is contained in:
@@ -152,9 +152,6 @@ class MainActivity : AppCompatActivity() {
|
||||
initActivity(this)
|
||||
uiSettings = loadData("ui_settings") ?: uiSettings
|
||||
selectedOption = uiSettings.defaultStartUpTab
|
||||
binding.includedNavbar.navbarContainer.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||
bottomMargin = navBarHeight
|
||||
}
|
||||
}
|
||||
val offline = getSharedPreferences("Dantotsu", Context.MODE_PRIVATE)
|
||||
.getBoolean("offlineMode", false)
|
||||
|
||||
Reference in New Issue
Block a user