878889909192939495
} protected HistoryTab getHistoryTab() { if (historyTab == null) { historyTab = new HistoryTab(context,presenter,model); } return historyTab; }
616263646566676869
return editTab; } protected HistoryTab getHistoryTab() { if (historyTab == null) { historyTab = new HistoryTab(context, presenter, model); } return historyTab; }