Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-Honeycomb

This commit is contained in:
Andrew Dolgov 2013-04-26 12:57:34 +04:00
commit dc6e9d3389
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;
}