AppVerifier icon indicating copy to clipboard operation
AppVerifier copied to clipboard

Result for the current app not being kept if predictive back is cancelled by the user

Open biennvops opened this issue 1 month ago • 1 comments

To reproduce:

  • Open result from an app.
  • Do a back navigation, but instead of going all the way, cancel it mid-way.
  • The result will show as "NOT FOUND" and "UNKNOWN"

Expected behavior: Result from the previous app should still be there.

https://github.com/user-attachments/assets/19c1220e-6739-4a1a-9c50-70ae0815e4cb

biennvops avatar Nov 15 '25 11:11 biennvops

This is actually not simple to fix because the UI code depends on LaunchedEffect and data is passed around in a convoluted way.

soupslurpr avatar Nov 19 '25 22:11 soupslurpr