From 98e99302177cdd012b05fddb508e23f5bd7d6cf3 Mon Sep 17 00:00:00 2001 From: lado Date: Thu, 2 Feb 2012 17:08:56 +0100 Subject: no need of EventFormatter --- .../src/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java index dea64c4..313bf1a 100644 --- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java +++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java @@ -108,8 +108,8 @@ public abstract class BaseTimerEditActivity extends return; } - final EventFormatter formatter = new EventFormatter(item); - menu.setHeaderTitle(formatter.getTitle()); + //final EventFormatter formatter = new EventFormatter(item); + menu.setHeaderTitle(item.getTitle()); inflater.inflate(R.menu.epg_list_item_menu, menu); Timer timer = getTimer(item); @@ -195,6 +195,10 @@ public abstract class BaseTimerEditActivity extends //worker.schedule(task, 1000, TimeUnit.MILLISECONDS); } + @Override + protected void onResume() { + super.onResume(); + } /* * (non-Javadoc) * -- cgit v1.2.3