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

Commit 5bd9587d authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Fixed AutofillManager.isAutofillUiShowing()" into pi-dev

am: a946d880

Change-Id: Ie944c93a7586ff1de665d92590a57e541c4b7d1c
parents c4457268 a946d880
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1413,7 +1413,7 @@ public final class AutofillManager {
     */
    public boolean isAutofillUiShowing() {
        final AutofillClient client = mContext.getAutofillClient();
        return client != null & client.autofillClientIsFillUiShowing();
        return client != null && client.autofillClientIsFillUiShowing();
    }

    /** @hide */