Merge "Restore session params "no decoration" flag" into mnc-dev
This commit is contained in:
@ -329,10 +329,13 @@ class Layout extends RelativeLayout {
|
|||||||
mWindowIsFloating = getBooleanThemeValue(mResources, ATTR_WINDOW_FLOATING, true, true);
|
mWindowIsFloating = getBooleanThemeValue(mResources, ATTR_WINDOW_FLOATING, true, true);
|
||||||
|
|
||||||
findBackground();
|
findBackground();
|
||||||
|
|
||||||
|
if (!mParams.isForceNoDecor()) {
|
||||||
findStatusBar();
|
findStatusBar();
|
||||||
findActionBar();
|
findActionBar();
|
||||||
findNavBar();
|
findNavBar();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private void findBackground() {
|
private void findBackground() {
|
||||||
if (!mParams.isBgColorOverridden()) {
|
if (!mParams.isBgColorOverridden()) {
|
||||||
|
Reference in New Issue
Block a user