Merge "Fixed a heads up crash" into mnc-dev

This commit is contained in:
Selim Cinek
2015-07-30 21:45:55 +00:00
committed by Android (Google) Code Review

View File

@@ -452,8 +452,8 @@ public class HeadsUpManager implements ViewTreeObserver.OnComputeInternalInsetsL
for (NotificationData.Entry entry : mEntriesToRemoveAfterExpand) {
removeHeadsUpEntry(entry);
}
mEntriesToRemoveAfterExpand.clear();
}
mEntriesToRemoveAfterExpand.clear();
}
public void setTrackingHeadsUp(boolean trackingHeadsUp) {