zack05
Results
1
comments of
zack05
the only workaround I found is to create an inner class that sets a new listener each time: //in code edittext.onFocusChangeListener = FocusChangeListenerWorkaround () private inner class FocusChangeListenerWorkaround : OnFocusChangeLIstener...