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

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

Merge "Add null check on NPVC" into sc-dev am: 271c6006

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

Change-Id: Id55aed61936cd67de14a9dbd651489c1dc4050d6
parents 7825805a 271c6006
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2542,7 +2542,9 @@ public class NotificationPanelViewController extends PanelViewController {
                break;
            case FLING_HIDE:
            default:
                if (mQs != null) {
                    mQs.closeDetail();
                }
                target = 0;
        }
        if (target == mQsExpansionHeight) {