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

Commit 7d1a4b63 authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

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

* commit 'fb2f9c02':
  Fixed a heads up crash
parents ed839f59 fb2f9c02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {