am 405eceb2: Merge "Restore session params "no decoration" flag" into mnc-dev
* commit '405eceb20a3f3e7a22d922fc2d0fb8283be337fa': 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