Merge "Restore session params "no decoration" flag" into mnc-dev
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