square/workflow-kotlin
Make dialogs drive Activity.onUserInteraction
Ouverte
#313 ouverte le 8 févr. 2021
good first issuemodalsui
Métriques du dépôt
- Stars
- (1 119 étoiles)
- Métriques de merge PR
- (Merge moyen 55j 8h) (9 PRs mergées en 30 j)
Description
That method is supposed to report any user interaction in the app, but it ignores Dialog windows. (DialogFragment reportedly has the same problem.) The fix is really simple, see this Stack Overflow comment.