This commit is contained in:
M66B
2024-09-26 17:53:17 +02:00
parent aadcbaed8d
commit 63101a45ee

View File

@@ -116,14 +116,6 @@ public class FragmentDialogContactGroup extends FragmentDialogBase {
@Override
protected void onExecuted(Bundle args, Cursor cursor) {
if (cursor == null)
EntityLog.log(getContext(), "MMM cursor is null");
else {
EntityLog.log(getContext(), "MMM cursor count=" + cursor.getCount());
for (int col = 0; col < cursor.getColumnCount(); col++)
EntityLog.log(getContext(), "MMM " + col + "=" + cursor.getColumnName(col));
}
SimpleCursorAdapter adapter = new SimpleCursorAdapter(
context,
R.layout.spinner_contact_group,