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

Commit 405eceb2 authored by Diego Perez's avatar Diego Perez Committed by Android (Google) Code Review
Browse files

Merge "Restore session params "no decoration" flag" into mnc-dev

parents d985e3b6 71a85575
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()) {