Skip to content
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

Always pass-non-null group cursor, fixes #758 #864

Merged
merged 1 commit into from
Oct 4, 2019

Conversation

dmfs
Copy link
Owner

@dmfs dmfs commented Oct 4, 2019

Under certain conditions the CursorTreeAdapter might have had a null Cursor. This commit attempts to fix this by passing an empty MatrixCursor instead. Hopefully this fixes #758 until we got rid of the CursorTreeAdapter.

Under certain conditions the CursorTreeAdapter might have had a null Cursor. This commit attempts to fix this by passing an empty MatrixCursor instead. Hopefully this fixes #758 until we got rid of the CursorTreeAdapter.
@dmfs dmfs changed the title Release beta fixes to master Always pass-non-null group cursor, fixes #758 Oct 4, 2019
@dmfs dmfs merged commit adade9b into beta Oct 4, 2019
@dmfs dmfs deleted the bugfixes/758-fix-null-cursor branch October 4, 2019 13:33
dmfs added a commit that referenced this pull request Oct 9, 2019
Under certain conditions the CursorTreeAdapter might have had a null Cursor. This commit attempts to fix this by passing an empty MatrixCursor instead. Hopefully this fixes #758 until we got rid of the CursorTreeAdapter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant