* commit '126973d460a90c5cac90cf6dffee002e6248122c': Restore session params "no decoration" flag
This commit is contained in:
@ -329,9 +329,12 @@ class Layout extends RelativeLayout {
|
|||||||
mWindowIsFloating = getBooleanThemeValue(mResources, ATTR_WINDOW_FLOATING, true, true);
|
mWindowIsFloating = getBooleanThemeValue(mResources, ATTR_WINDOW_FLOATING, true, true);
|
||||||
|
|
||||||
findBackground();
|
findBackground();
|
||||||
findStatusBar();
|
|
||||||
findActionBar();
|
if (!mParams.isForceNoDecor()) {
|
||||||
findNavBar();
|
findStatusBar();
|
||||||
|
findActionBar();
|
||||||
|
findNavBar();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void findBackground() {
|
private void findBackground() {
|
||||||
|
Reference in New Issue
Block a user