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()){
             this.noDataNotificationToast.show();
-            this.setTitle("");
-            // TODO HIDE LEGEND LIST TITLE
         }
     }