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

Commit dcbd0273 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 am: 6b451802

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

Change-Id: I99609bd9cbd20abf9db07fbfc5d6e128f1b78368
parents ad02116f 6b451802
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);
    }