ruined UI (#138)
* removed auto navbar hide * ruined rebel's fabulous UI
This commit is contained in:
parent
8142c966c0
commit
6b2ffdaf4f
6 changed files with 52 additions and 46 deletions
|
@ -78,10 +78,9 @@ class NoInternet : AppCompatActivity() {
|
|||
initActivity(this)
|
||||
uiSettings = loadData("ui_settings") ?: uiSettings
|
||||
selectedOption = uiSettings.defaultStartUpTab
|
||||
if (!uiSettings.immersiveMode) {
|
||||
binding.includedNavbar.navbarContainer.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||
bottomMargin = navBarHeight
|
||||
}
|
||||
|
||||
binding.includedNavbar.navbarContainer.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||
bottomMargin = navBarHeight
|
||||
}
|
||||
}
|
||||
val navbar = binding.includedNavbar.navbar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue