Loading core/java/android/app/Activity.java +11 −11 Original line number Diff line number Diff line Loading @@ -2477,10 +2477,7 @@ public class Activity extends ContextThemeWrapper getAutofillManager().onInvisibleForAutofill(); } if (isFinishing()) { if (mAutoFillResetNeeded) { getAutofillManager().onActivityFinishing(); } else if (mIntent != null if (isFinishing() && !mAutoFillResetNeeded && mIntent != null && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)) { // Activity was launched when user tapped a link in the Autofill Save UI - since // user launched another activity, the Save UI should not be restored when this Loading @@ -2488,7 +2485,6 @@ public class Activity extends ContextThemeWrapper getAutofillManager().onPendingSaveUi(AutofillManager.PENDING_UI_OPERATION_CANCEL, mIntent.getIBinderExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)); } } mEnterAnimationComplete = false; } Loading Loading @@ -2525,6 +2521,10 @@ public class Activity extends ContextThemeWrapper if (DEBUG_LIFECYCLE) Slog.v(TAG, "onDestroy " + this); mCalled = true; if (isFinishing() && mAutoFillResetNeeded) { getAutofillManager().onActivityFinishing(); } // dismiss any dialogs we are managing. if (mManagedDialogs != null) { final int numDialogs = mManagedDialogs.size(); Loading Loading
core/java/android/app/Activity.java +11 −11 Original line number Diff line number Diff line Loading @@ -2477,10 +2477,7 @@ public class Activity extends ContextThemeWrapper getAutofillManager().onInvisibleForAutofill(); } if (isFinishing()) { if (mAutoFillResetNeeded) { getAutofillManager().onActivityFinishing(); } else if (mIntent != null if (isFinishing() && !mAutoFillResetNeeded && mIntent != null && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)) { // Activity was launched when user tapped a link in the Autofill Save UI - since // user launched another activity, the Save UI should not be restored when this Loading @@ -2488,7 +2485,6 @@ public class Activity extends ContextThemeWrapper getAutofillManager().onPendingSaveUi(AutofillManager.PENDING_UI_OPERATION_CANCEL, mIntent.getIBinderExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)); } } mEnterAnimationComplete = false; } Loading Loading @@ -2525,6 +2521,10 @@ public class Activity extends ContextThemeWrapper if (DEBUG_LIFECYCLE) Slog.v(TAG, "onDestroy " + this); mCalled = true; if (isFinishing() && mAutoFillResetNeeded) { getAutofillManager().onActivityFinishing(); } // dismiss any dialogs we are managing. if (mManagedDialogs != null) { final int numDialogs = mManagedDialogs.size(); Loading