square/workflow-kotlin

Make dialogs drive Activity.onUserInteraction

开放

#313 创建于 2021年2月8日

 (0 条评论) (0 个反应) (0 位负责人)Kotlin (112 个派生)github user discovery
good first issuemodalsui

仓库指标

星标
 (1,120 个星标)
PR 合并指标
 (平均合并 55天 8小时) (30 天内合并 9 个 PR)

描述

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.

贡献者指南