Loading core/java/android/app/Notification.java +3 −5 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
core/java/android/app/Notification.java +3 −5 Original line number Diff line number Diff line Loading @@ -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; } Loading