Eric Lee

Results 1 issues of Eric Lee

@jaredrummler There is issue on condition. ``` else if (TextUtils.isEmpty(model)) { selection = COLUMN_MODEL + " LIKE ?"; selectionArgs = new String[] { model }; } ``` I think the...