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

Commit 42afaf25 authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

Merge "Close QS Detail before hiding QS." into sc-dev am: 43c67441

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

Change-Id: I7f7b8685ce6ec80150bccd3ffe2f425fb282af50
parents 0e42f247 43c67441
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2245,6 +2245,7 @@ public class NotificationPanelViewController extends PanelViewController {
                break;
            case FLING_HIDE:
            default:
                mQs.closeDetail();
                target = 0;
        }
        if (target == mQsExpansionHeight) {