nativescript-rtl / ui

Add right-to-left support to the NativeScript framework
MIT License
24 stars 3 forks source link

fix: avoid possible null nativeView and optimize calls #26

Closed edusperoni closed 2 years ago

edusperoni commented 2 years ago

this fixes a couple of issues where this.nativeViewProtected is null by checking inside the settimeout itself.

Also avoids multiple calls to _updateDirection when one would suffice.

xlmnxp commented 2 years ago

thank you