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

Commit d91cbe8c authored by Xiaowen Lei's avatar Xiaowen Lei Committed by Android (Google) Code Review
Browse files

Merge "Also invoke "setProgressTrackerIcon" when mTrackerIcon is null." into main

parents de56ef94 425c66fc
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -11559,11 +11559,9 @@ public class Notification implements Parcelable
            contentView.setBundle(R.id.progress,
                    "setProgressModel", model.toBundle());
            if (mTrackerIcon != null) {
            contentView.setIcon(R.id.progress,
                    "setProgressTrackerIcon",
                    mTrackerIcon);
            }
            return contentView;
        }