Преглед на файлове

just show title in statistisc if its empty

Julien Clauter преди 11 години
родител
ревизия
a2a46e3c14
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/de/tudarmstadt/informatik/hostage/ui2/fragment/StatisticsFragment.java

+ 0 - 3
src/de/tudarmstadt/informatik/hostage/ui2/fragment/StatisticsFragment.java

@@ -1241,9 +1241,6 @@ public class StatisticsFragment extends Fragment implements ChecklistDialog.Chec
                              StatisticsFragment.this.spinner.setVisibility(View.GONE);
 
                              StatisticsFragment.this.showEmptyDataNotification();
-                             if (StatisticsFragment.this.currentData == null || StatisticsFragment.this.currentData.isEmpty()){
-                                 StatisticsFragment.this.setTitle("");
-                             }
                          }
                      });
                  }