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
I've been checking this app, and when I try to choose the history screen, the app crashes and quits. Even restarting doesn't fix it, and I have to re-install the app to make it work again.
The reason seems to be that every click on the history screen triggers the installation of a dynamic feature module, and the installation request fails, which isn't handled properly in the code, as mentioned here: https://developer.android.com/guide/playcore/play-feature-delivery#handle_request_errors
Can you verify/fix that?
The text was updated successfully, but these errors were encountered:
Hi,
I've been checking this app, and when I try to choose the history screen, the app crashes and quits. Even restarting doesn't fix it, and I have to re-install the app to make it work again.
The reason seems to be that every click on the history screen triggers the installation of a dynamic feature module, and the installation request fails, which isn't handled properly in the code, as mentioned here:
https://developer.android.com/guide/playcore/play-feature-delivery#handle_request_errors
Can you verify/fix that?
The text was updated successfully, but these errors were encountered: