Loading core/java/android/app/Activity.java +6 −0 Original line number Original line Diff line number Diff line Loading @@ -3827,6 +3827,12 @@ public class Activity extends ContextThemeWrapper } catch (RemoteException e) { } catch (RemoteException e) { finishAfterTransition(); finishAfterTransition(); } } // Activity was launched when user tapped a link in the Autofill Save UI - Save UI must // be restored now. if (mIntent != null && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)) { restoreAutofillSaveUi(); } } } /** /** Loading Loading
core/java/android/app/Activity.java +6 −0 Original line number Original line Diff line number Diff line Loading @@ -3827,6 +3827,12 @@ public class Activity extends ContextThemeWrapper } catch (RemoteException e) { } catch (RemoteException e) { finishAfterTransition(); finishAfterTransition(); } } // Activity was launched when user tapped a link in the Autofill Save UI - Save UI must // be restored now. if (mIntent != null && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)) { restoreAutofillSaveUi(); } } } /** /** Loading