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

Commit 529be16e authored by Diego Perez's avatar Diego Perez Committed by Android Git Automerger
Browse files

am daacad45: am 616ae85e: am 126973d4: am 405eceb2: Merge "Restore session...

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

* commit 'daacad45':
  Restore session params "no decoration" flag
parents 534d9485 daacad45
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()) {