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

Commit 56ac420b authored by Guojing Yuan's avatar Guojing Yuan
Browse files

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

Bug: 329230490

Change-Id: I1af123d3a3e8c0e7a56686a3b66e74a7196a91b4
Test: manual
parent 5e2bd50f
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 */