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

Commit e2bf739d 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: Ia26ba7eb39d18df6388a4cfd6a7c8b5acf48fd2b
parents ff60182b 271c6006
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2535,7 +2535,9 @@ public class NotificationPanelViewController extends PanelViewController {
                break;
            case FLING_HIDE:
            default:
                if (mQs != null) {
                    mQs.closeDetail();
                }
                target = 0;
        }
        if (target == mQsExpansionHeight) {