auto hide android navbar (#133)
* auto hide android navbar * auto hide android navbar
This commit is contained in:
parent
bd6197031a
commit
61150066bd
3 changed files with 16 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue