Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into 57/openhelper
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Dec 19, 2016
2 parents bbca113 + 1036a7a commit 8bfdd4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public Loader<Cursor> onCreateLoader(int i, Bundle bundle) {
public void onLoadFinished(Loader<Cursor> cursorLoader, Cursor cursor) {
if (!cursor.moveToFirst()) {
Log.d("demo", "Nothing in DB, returning early");
return;
}

do {
Expand Down

0 comments on commit 8bfdd4d

Please sign in to comment.