Found a workaround: when dismissing a Dialog, I cl...
# compose
s
Found a workaround: when dismissing a Dialog, I clear focus from *TextField and make it
enabled = false
. Doesn't work when dismissing by back button press tho, so I've just disabled it for now 🤷🏼