"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "19cc90f58d4f2538b4cf5371681a057d2e5209f2"
Add "having troubles?" clickable link into preferences and error dialog
Description
Add a troubleshoot link in App lounge settings and app lounge error dialog.
Screenshots
settings on click | settings | dialog | dialog with more details |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Technical details
To force dialog error to show, you must edit the HomeFragment.kt to add the below lines:
handleExceptionsCommon(listOf(GPlayLoginException(false, "test", User.ANONYMOUS)))
at line 90 after 'observeHomeScreenData()'
Tests
- Is wording correct ?
- Is it underlined only in error dialog ?
- Do it scroll with other option in settings ?
- Do it open browser when we click on it ?
- Do it open the link given in the issue when we click on it ?
Issues
https://gitlab.e.foundation/e/os/backlog/-/issues/1326
10 commandments of code reviews
Edited by Vincent Bourgmayer