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

Commit fb667fe5 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz
Browse files

[ProgressStyle] Use Builder.setProgress values

Adding a comment which states that Builder.setProgress is not used with ProgressStyle.

Bug: 359128724
Bug: 391675416
Flag: android.app.api_rich_ongoing
Test: Presubmit
Change-Id: I354da8513181c1e7c3caab2f538fc296f046e0a1
parent 502812e2
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -11204,10 +11204,15 @@ public class Notification implements Parcelable
     * </pre>
     *
     *
     *
     * <p>
     * NOTE: The progress bar layout will be mirrored for RTL layout.
     * </p>
     *
     * <p>
     * NOTE: The extras set by {@link Notification.Builder#setProgress} will be overridden by
     * the values set on this style object when the notification is built.
     * the values set on this style object when the notification is built.  Therefore, that method
     * is not used with this style.
     * </p>
     *
     */
    @FlaggedApi(Flags.FLAG_API_RICH_ONGOING)