workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

Make dialogs drive Activity.onUserInteraction

Open rjrjr opened this issue 4 years ago • 0 comments

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.

rjrjr avatar Feb 08 '21 21:02 rjrjr