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

Commit 458329a0 authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

Merge "Rename hidden isStopped() method."

parents 427ad046 b4b410f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8410,7 +8410,7 @@ public class Activity extends ContextThemeWrapper
    /**
     * @hide
     */
    public final boolean isStopped() {
    public final boolean isVisibleForAutofill() {
        return mStopped;
    }

+1 −1
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ public final class AutofillClientController implements AutofillManager.AutofillC

    @Override
    public boolean autofillClientIsVisibleForAutofill() {
        return !mActivity.isStopped();
        return !mActivity.isVisibleForAutofill();
    }

    @Override