-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash: Calling update_table_data
with an index path while searching causes crash
#660
Comments
Also running into another issue like that: update_table_data(index_paths: [0, index].nsindexpath, animation: :fade.uitablerowanimation)
|
I have been running into a similar issue as well. https://github.com/infinitered/ProMotion/blob/master/lib/ProMotion/table/table.rb#L120
If searching returns true, but
I'm not exactly sure how I'm getting into this scenario. I have a custom search implemented, so there may be some accidental overlap. I think the user starts searching before the table has fetched the remote data, then calls I'm guessing if we just check for nil before calling that method then it will fix my problem. I switched to using |
Workaround: call
update_table_data
without any arguments.Full crash report:
The text was updated successfully, but these errors were encountered: