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

Commit 69f3dbce authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[DO NOT MERGE][CDM] Fix setSkipPrompt on Android S" into sc-dev

parents 89eaf19e 56ac420b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ public final class AssociationRequest implements Parcelable {

    /** @hide */
    public void setSkipPrompt(boolean value) {
        mSkipPrompt = true;
        mSkipPrompt = value;
    }

    /** @hide */