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

Commit 8dfb447b authored by Guojing Yuan's avatar Guojing Yuan Committed by Android Build Coastguard Worker
Browse files

[DO NOT MERGE][CDM] Fix setSkipPrompt on Android S

Bug: 329230490

Test: manual
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:be2e3b05858ba7a6349f5487d2658d00853b11cd)
Merged-In: I1af123d3a3e8c0e7a56686a3b66e74a7196a91b4
Change-Id: I1af123d3a3e8c0e7a56686a3b66e74a7196a91b4
parent a3e88190
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 */