瀏覽代碼

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("");
-                             }
                          }
                      });
                  }