Incorrect treatment of empty Cursors
Alexander-- opened this issue · 0 comments
Alexander-- commented
Even if ContentProvider responds to initial query with a non-null Cursor, ContentProviderHelper still won't show those columns unless the Cursor has at least one row (other functionality — querying etc. also won't work). It should be able to work even if Cursors is empty, because it still has the list of columns, possibly types etc.