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
I am trying to use endDisplay subscription on CollectionCellAdapter for tracking when my cell is moving from visible area, but unfortunately it permanently crashes as the item is not found in cachedItems collection inside OwlKit. I don't know why but for didEndDisplaying was chosen to use cachedContext method instead of context one which is used for all the other similar callbacks.
Can you give me any clues how I can workaround this?
P.S. no code snippets as this is a permanent crash that can be reproduced all the times when you add subscription for endDisplay
The text was updated successfully, but these errors were encountered:
malcommac
changed the title
permanent crash on endDisplay
Permanent crash when endDisplay is dispatched both for TableDirector and CollectionDirector
Sep 15, 2019
I am trying to use
endDisplay
subscription onCollectionCellAdapter
for tracking when my cell is moving from visible area, but unfortunately it permanently crashes as the item is not found incachedItems
collection inside OwlKit. I don't know why but fordidEndDisplaying
was chosen to usecachedContext
method instead ofcontext
one which is used for all the other similar callbacks.Can you give me any clues how I can workaround this?
P.S. no code snippets as this is a permanent crash that can be reproduced all the times when you add subscription for
endDisplay
The text was updated successfully, but these errors were encountered: