square/workflow-kotlin

Make dialogs drive Activity.onUserInteraction

Open

#313 opened on Feb 8, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Kotlin (114 forks)github user discovery
good first issuemodalsui

Repository metrics

Stars
 (1,120 stars)
PR merge metrics
 (Avg merge 55d 8h) (9 merged PRs in 30d)

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.

Contributor guide