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

Commit 271c6006 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add null check on NPVC" into sc-dev

parents fbaec9bd 19776df9
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) {