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

Commit b5f94691 authored by kopriva's avatar kopriva Committed by android-build-merger
Browse files

Merge "docs: fixed button value in reference" into pi-dev

am: 26bdd62c

Change-Id: I26f0b05b1bb2d2b1416fd664168c8be9ed3f558c
parents 14b2b5f1 26bdd62c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -397,7 +397,7 @@ public class AlertDialog extends Dialog implements DialogInterface {
     * @param listener The {@link DialogInterface.OnClickListener} to use.
     * @deprecated Use
     *             {@link #setButton(int, CharSequence, android.content.DialogInterface.OnClickListener)}
     *             with {@link DialogInterface#BUTTON_POSITIVE}
     *             with {@link DialogInterface#BUTTON_NEUTRAL}
     */
    @Deprecated
    public void setButton3(CharSequence text, final OnClickListener listener) {