summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java8
1 files 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<T extends Event> 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<T extends Event> extends
//worker.schedule(task, 1000, TimeUnit.MILLISECONDS);
}
+ @Override
+ protected void onResume() {
+ super.onResume();
+ }
/*
* (non-Javadoc)
*