ContentProviderHelper icon indicating copy to clipboard operation
ContentProviderHelper copied to clipboard

Incorrect treatment of empty Cursors

Open Alexander-- opened this issue 8 years ago • 0 comments

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.

Alexander-- avatar Feb 01 '17 11:02 Alexander--