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

Commit 1b2bd2ee authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

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

* commit '7d1a4b63':
  Fixed a heads up crash
parents 3882997e 7d1a4b63
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) {