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

Commit 012e78b9 authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

Merge "Hides the statusbar in recents for low ram devices" into oc-mr1-dev am: eb7aba16

am: cc14e2bf

Change-Id: Ie2401daed37da53ea977b487a811a03522bf78d4
parents e11412fb cc14e2bf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -358,6 +358,9 @@ public class RecentsActivity extends Activity implements ViewTreeObserver.OnPreD
        mScrimViews = new SystemBarScrimViews(this);
        getWindow().getAttributes().privateFlags |=
                WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY;
        if (Recents.getConfiguration().isLowRamDevice) {
            getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);
        }

        mLastConfig = new Configuration(Utilities.getAppConfiguration(this));
        mFocusTimerDuration = getResources().getInteger(R.integer.recents_auto_advance_duration);