Skip to content
Snippets Groups Projects
Commit d4e10dd2 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix content going under status in SecondaryActivity

Fixes #2444
parent 366d139d
No related branches found
No related tags found
1 merge request!1313UI Fixes
......@@ -72,7 +72,7 @@ class SecondaryActivity : ContentActivity(), IDialogManager {
return intent.getStringExtra(KEY_FRAGMENT) == STORAGE_BROWSER_ONBOARDING
}
override fun needsTopInset() = false
override fun needsTopInset() = true
override fun forcedTheme() =
if (intent.getStringExtra(KEY_FRAGMENT) == STORAGE_BROWSER_ONBOARDING) R.style.Theme_VLC_Black
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment