Always pass-non-null group cursor, fixes #758 (#864)
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.
Loading
Please register or sign in to comment