square/workflow-kotlin

Make dialogs drive Activity.onUserInteraction

Offen

#313 geöffnet am 08.02.2021

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Kotlin (112 Forks)github user discovery
good first issuemodalsui

Repository-Metriken

Stars
 (1.119 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 55T 8h) (9 gemergte PRs in 30 T)

Beschreibung

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