~defrager/financisto/lightTheme

« back to all changes in this revision

Viewing changes to src/ru/orangesoftware/financisto/activity/CategoryActivity.java

  • Committer: Denis Solonenko
  • Date: 2011-08-01 13:04:57 UTC
  • Revision ID: denis.solonenko@gmail.com-20110801130457-lgd2u6cjdugd8cbm
Fix sub-category report with multiple currencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                        categoryCursor = db.getCategoriesWithoutSubtree(category.id);
87
87
                }
88
88
                startManagingCursor(categoryCursor);
89
 
                //DatabaseUtils.dumpCursor(categoryCursor);
90
 
                
 
89
 
91
90
                LinearLayout layout = (LinearLayout)findViewById(R.id.layout);
92
91
                parentCategoryText = x.addListNode(layout, R.id.category, R.string.parent, R.string.select_category);
93
92