Merge "Add null check on NPVC" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
271c600617
@@ -2535,7 +2535,9 @@ public class NotificationPanelViewController extends PanelViewController {
|
||||
break;
|
||||
case FLING_HIDE:
|
||||
default:
|
||||
mQs.closeDetail();
|
||||
if (mQs != null) {
|
||||
mQs.closeDetail();
|
||||
}
|
||||
target = 0;
|
||||
}
|
||||
if (target == mQsExpansionHeight) {
|
||||
|
||||
Reference in New Issue
Block a user