am 7d1a4b63: am fb2f9c02: am 20a5d331: Merge "Fixed a heads up crash" into mnc-dev

* commit '7d1a4b63181a04bae6b16a63bb7491f19d80594b':
  Fixed a heads up crash
This commit is contained in:
Selim Cinek
2015-07-30 22:09:41 +00:00
committed by Android Git Automerger

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) {