AppVerifier
AppVerifier copied to clipboard
Result for the current app not being kept if predictive back is cancelled by the user
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
This is actually not simple to fix because the UI code depends on LaunchedEffect and data is passed around in a convoluted way.