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

Commit 32d42314 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: Id5cabd59613114dd5958782bbbfed22999dfe1f8
parents 1cc47737 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) {