PeterStaev / NativeScript-Grid-View

A NatvieScript GridView widget.
Apache License 2.0
49 stars 28 forks source link

Fixes an android crash #35

Closed davecoffin closed 6 years ago

davecoffin commented 6 years ago

Specifically, if you have a view with multiple tabs and you are on a tab that is not the tab containing the GridView, and you use the App Switcher to switch to another app and then BACK to your app, it will crash because owner.items is undefined. Switching the apps appears to lose the context if the tab you are on is not the tab containing the Grid View. So, this is a simple check to avoid the crash.