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

Commit 6077ea8e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allow reflection access to ProgressBar#mOnlyIndeterminate."

parents 86f957f8 08b67537
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ public class ProgressBar extends View {
    private int mDuration;
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
    private boolean mIndeterminate;
    @UnsupportedAppUsage
    @UnsupportedAppUsage(trackingBug = 124049927)
    private boolean mOnlyIndeterminate;
    private Transformation mTransformation;
    private AlphaAnimation mAnimation;