LDRAlighieri / Corbind

⚡ Kotlin Coroutines binding APIs for Android UI widgets from the platform and support libraries
https://ldralighieri.github.io/Corbind
Apache License 2.0
502 stars 24 forks source link

Call `addTextChangedListener` for before and after channelFlow TextChangeEvents #10

Closed ifeomaro closed 4 years ago

ifeomaro commented 4 years ago

PROBLEM For before and after text change events that emit a flow, addTextChangedListener wasn't called, so no TextWatcher was set.

SOLUTION Call addTextChangedListener for before and after channelFlow TextChangeEvents.

LDRAlighieri commented 4 years ago

Thank you. Version 1.3.1 will be soon.