Draft: fix: fix false positive error dialog in app details
Description
With microG login, I faced a false positive dialog error showing mentioning an app is not available when going to app details.
This MR removes InvalidAuthEvent event. Re-auth should be rather lower level and for Play Store it is now done per-request in PlayStoreRepository with refreshPlayStoreAuthentication()
Screenshots
Technical details
Tests
Issues
10 commandments of code review
Edited by Jonathan Klee