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

Commit bf33e85c authored by Vinit Nayak's avatar Vinit Nayak Committed by Android (Google) Code Review
Browse files

Merge "Check for auto-rotation when initializing RecentsOrientedState" into tm-dev

parents de5d9718 e28dbba7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -307,6 +307,7 @@ public class RecentsOrientedState implements
    private void initMultipleOrientationListeners() {
        mSharedPrefs.registerOnSharedPreferenceChangeListener(this);
        mSettingsCache.register(ROTATION_SETTING_URI, mRotationChangeListener);
        updateAutoRotateSetting();
    }

    private void destroyMultipleOrientationListeners() {