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

Commit 3c0d959a authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Make Notification.ProgressStyle.createProgressModel /** @hide */ public

This will be needed for the PromotedNotificationContentExtractor.

Bug: 369151941
Test: builds
Flag: EXEMPT not possible
Change-Id: I85f60bce5a364ba0259611e70fa43ca5fffd2fed
parent 2a916a69
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11637,8 +11637,10 @@ public class Notification implements Parcelable
            return points;
        }
        @NonNull
        private NotificationProgressModel createProgressModel(int defaultProgressColor,
        /**
         * @hide
         */
        public @NonNull NotificationProgressModel createProgressModel(int defaultProgressColor,
                int backgroundColor) {
            final NotificationProgressModel model;
            if (mIndeterminate) {