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

Commit b10dba7a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix shortcut rotate trigger swipe notification" into sc-dev am: bd1d8412

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15017733

Change-Id: Ifde0256d03c39ad928366db1da871f5767120107
parents 07602e1b bd1d8412
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -191,8 +191,15 @@ public class OneHandedDisplayAreaOrganizer extends DisplayAreaOrganizer {
                myUserId())) {
            return;
        }

        mDisplayLayout.rotateTo(context.getResources(), toRotation);
        updateDisplayBounds();

        if (mOneHandedSettingsUtil.getSettingsSwipeToNotificationEnabled(
                context.getContentResolver(), myUserId())) {
            // If current settings is swipe notification, skip finishOffset.
            return;
        }
        finishOffset(0, TRANSITION_DIRECTION_EXIT);
    }