Merge pull request #29 from janxbar/master

Do not close cursors that are still in use
This commit is contained in:
Andrew Dolgov 2013-04-26 01:47:27 -07:00
commit cb1c514fc7
2 changed files with 0 additions and 2 deletions

View File

@ -309,7 +309,6 @@ public class OfflineFeedCategoriesFragment extends Fragment implements OnItemCli
if (c != null) {
int catId = c.getInt(0);
c.close();
return catId;
}

View File

@ -339,7 +339,6 @@ public class OfflineFeedsFragment extends Fragment implements OnItemClickListene
if (c != null) {
int feedId = c.getInt(0);
c.close();
return feedId;
}