workflow-kotlin
workflow-kotlin copied to clipboard
Make dialogs drive Activity.onUserInteraction
trafficstars
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.