am 616ae85e
: am 126973d4
: am 405eceb2
: Merge "Restore session params "no decoration" flag" into mnc-dev
* commit '616ae85e83ba00aab8ec8bf0731a4dee1734823c': 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);
|
||||
|
||||
findBackground();
|
||||
findStatusBar();
|
||||
findActionBar();
|
||||
findNavBar();
|
||||
|
||||
if (!mParams.isForceNoDecor()) {
|
||||
findStatusBar();
|
||||
findActionBar();
|
||||
findNavBar();
|
||||
}
|
||||
}
|
||||
|
||||
private void findBackground() {
|
||||
|
Reference in New Issue
Block a user