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

Commit eae9a204 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 am: e2bf739d

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

Change-Id: Ia782b50007cdb8e47a448e6e1c947a550336512b
parents 97affa03 e2bf739d
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) {