square/workflow-kotlin

Make dialogs drive Activity.onUserInteraction

Aberta

#313 aberto em 8 de fev. de 2021

 (0 comentário) (0 reação) (0 responsável)Kotlin (112 forks)github user discovery
good first issuemodalsui

Métricas do repositório

Stars
 (1.120 estrelas)
Métricas de merge de PR
 (Mesclagem média 55d 8h) (9 fundiu PRs em 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.

Guia do colaborador