Browse Source

expand group in record overview

Julien Clauter 10 years ago
parent
commit
fbc06f352b

+ 1 - 1
src/de/tudarmstadt/informatik/hostage/ui2/fragment/RecordOverviewFragment.java

@@ -189,7 +189,7 @@ public class RecordOverviewFragment extends Fragment implements ChecklistDialog.
 
     public void onStart() {
         super.onStart();
-        this.populateListViewFromDB(this.expListView);
+        //this.populateListViewFromDB(this.expListView);
     }
 
 	/*****************************