Browse Source

fixed reload bug in record overview

Julien Clauter 10 years ago
parent
commit
9002b5041e

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

@@ -1053,6 +1053,7 @@ public class RecordOverviewFragment extends UpNavigatibleFragment implements Che
 		} else {
 			this.filter.setAboveTimestamp(Long.MIN_VALUE);
 		}
+        this.actualiseListViewInBackground();
         this.actualiseFilterButton();
     }