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

Commit 33a54ee7 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

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

parents e7fa8ef1 eae9a204
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) {