Julien Clauter 11 年之前
父节点
当前提交
3126ebdfde
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/de/tudarmstadt/informatik/hostage/ui2/fragment/StatisticsFragment.java

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

@@ -1264,8 +1264,6 @@ public class StatisticsFragment extends Fragment implements ChecklistDialog.Chec
         }
         }
         if (this.currentData == null || this.currentData.isEmpty()){
         if (this.currentData == null || this.currentData.isEmpty()){
             this.noDataNotificationToast.show();
             this.noDataNotificationToast.show();
-            this.setTitle("");
-            // TODO HIDE LEGEND LIST TITLE
         }
         }
     }
     }