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

Commit bd1d8412 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 940921d0 638db506
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);
    }