PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

fix issue android closed event #243

Closed rsun-thoughtworks closed 4 years ago

rsun-thoughtworks commented 4 years ago

242 fix this.

Origin issue root cause

_isOpenedIn is set in function performClick, but is not set to false anywhere.

In fact, it should be set to false when we are closed.