You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
In #804 we found that the BackPressedCallback listener is not being enabled. We're not sure why.
Current theory is that it was disabled when the AppRoutePresenter and AutofillRoutePresenter was being merged.
Without it, the back stack history (as maintained by the RouteStore is likely getting out of sync with the actual back stack). Recall that the RouteStore maintains the current route so whenever the app is backgrounded, it needs to detect or fakeout what the actual back stack is doing.
Outcomes of this:
re-enable the back button pressed callback for both route presenters.
better understanding of the autofill route presenter — especially around testing. That no tests are failing either way is a problem.
or deleting the callback all together.
The text was updated successfully, but these errors were encountered:
jhugman
added
the
task
Issue describes a task that needs to be completed but is not a defect or enhancement in itself.
label
Aug 30, 2019
In #804 we found that the
BackPressedCallback
listener is not being enabled. We're not sure why.Current theory is that it was disabled when the
AppRoutePresenter
andAutofillRoutePresenter
was being merged.Without it, the back stack history (as maintained by the
RouteStore
is likely getting out of sync with the actual back stack). Recall that the RouteStore maintains the current route so whenever the app is backgrounded, it needs to detect or fakeout what the actual back stack is doing.Outcomes of this:
The text was updated successfully, but these errors were encountered: