Loading core/java/android/view/autofill/AutofillManager.java +7 −0 Original line number Diff line number Diff line Loading @@ -4351,6 +4351,13 @@ public final class AutofillManager { addToSet(mInvisibleDialogTrackedIds, id); } } } else { if (sDebug) { // isClientVisibleForAutofillLocked() is checking whether // activity has stopped under the hood Log.d(TAG, "notifyViewVisibilityChangedLocked(): ignoring " + "view visibility change since activity has stopped"); } } if (mIsTrackedSaveView && mVisibleTrackedIds.isEmpty()) { Loading Loading
core/java/android/view/autofill/AutofillManager.java +7 −0 Original line number Diff line number Diff line Loading @@ -4351,6 +4351,13 @@ public final class AutofillManager { addToSet(mInvisibleDialogTrackedIds, id); } } } else { if (sDebug) { // isClientVisibleForAutofillLocked() is checking whether // activity has stopped under the hood Log.d(TAG, "notifyViewVisibilityChangedLocked(): ignoring " + "view visibility change since activity has stopped"); } } if (mIsTrackedSaveView && mVisibleTrackedIds.isEmpty()) { Loading