Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7aff9b8f authored by Diego Perez's avatar Diego Perez Committed by Android Git Automerger
Browse files

am 529be16e: am daacad45: am 616ae85e: am 126973d4: am 405eceb2: Merge...

am 529be16e: am daacad45: am 616ae85e: am 126973d4: am 405eceb2: Merge "Restore session params "no decoration" flag" into mnc-dev

* commit '529be16e':
  Restore session params "no decoration" flag
parents 8f5fa3a6 529be16e
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -329,10 +329,13 @@ class Layout extends RelativeLayout {
            mWindowIsFloating = getBooleanThemeValue(mResources, ATTR_WINDOW_FLOATING, true, true);
            
            findBackground();

            if (!mParams.isForceNoDecor()) {
                findStatusBar();
                findActionBar();
                findNavBar();
            }
        }

        private void findBackground() {
            if (!mParams.isBgColorOverridden()) {