Skip to content

Commit

Permalink
cursor closing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drulabs committed Sep 11, 2016
1 parent e8446e6 commit 94682cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/org/drulabs/localdash/db/DBAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*/
public class DBAdapter {

//TODO Cursors have not been closed. Please close it.

private static DBAdapter singleInstance;
private static Object lockObject = new Object();
private Context context;
Expand Down

0 comments on commit 94682cc

Please sign in to comment.