Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Fix Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Elser committed Jul 4, 2018
1 parent a31def7 commit a35a3ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public Cursor query(@NonNull Uri uri, String[] projection, String selection, Str
mc = new MatrixCursor(realtimeColumnNames);

// TODO no strings...
mc.addRow(new Object[]{"OK", sample_string, buffered_sample});
mc.addRow(new Object[]{"OK", sample_string});
return mc;
}
return new MatrixCursor(deviceColumnNames);
Expand Down

0 comments on commit a35a3ec

Please sign in to comment.