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

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

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

* commit '1b2bd2ee':
  Fixed a heads up crash
parents c8dc65d1 1b2bd2ee
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) {