mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 16:01:03 +00:00
ruined UI (#138)
* removed auto navbar hide * ruined rebel's fabulous UI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user