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

Commit 126973d4 authored by Diego Perez's avatar Diego Perez Committed by Android Git Automerger
Browse files

am 405eceb2: Merge "Restore session params "no decoration" flag" into mnc-dev

* commit '405eceb2':
  Restore session params "no decoration" flag
parents df776b76 405eceb2
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()) {