You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we updated to Texture 2.5, we are receiving a number of crashes on [ASTableView tableView:willDisplayCell:forRowAtIndexPath:], due to nil ASCollectionElement's:
After a quick search I found #421, where ASCollectionView is protected against nil elements. I'm lacking some context here, but I assume the same guard should be implemented in ASTableView as well. I prepared a PR with this change.
Since we updated to Texture 2.5, we are receiving a number of crashes on
[ASTableView tableView:willDisplayCell:forRowAtIndexPath:]
, due to nilASCollectionElement
's:After a quick search I found #421, where
ASCollectionView
is protected against nil elements. I'm lacking some context here, but I assume the same guard should be implemented inASTableView
as well. I prepared a PR with this change.@appleguy @Adlai-Holler @nguyenhuy please let me know if I'm missing something.
The text was updated successfully, but these errors were encountered: