summaryrefslogtreecommitdiff
path: root/vdrmanager/src
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-10-26 14:40:57 +0200
committerlado <herrlado@gmail.com>2011-10-26 14:40:57 +0200
commitfc3c8f23b7e5b0a587064a0399b175151266b03e (patch)
tree980ac8747dc3f3365eafe4e1a65645915ef849a7 /vdrmanager/src
parenta173391b584a9ddbf7ed0cd523aa72fe855b958c (diff)
downloadvdr-manager-fc3c8f23b7e5b0a587064a0399b175151266b03e.tar.gz
vdr-manager-fc3c8f23b7e5b0a587064a0399b175151266b03e.tar.bz2
super.onResume
Diffstat (limited to 'vdrmanager/src')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
index f796fa6..7c3c77b 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
@@ -53,10 +53,6 @@ public class TimerListActivity extends BaseTimerEditActivity<Timer> implements
startTimerQuery();
}
- @Override
- protected void onResume() {
- super.onResume();
- }
@Override
protected void onPause() {
@@ -87,7 +83,6 @@ public class TimerListActivity extends BaseTimerEditActivity<Timer> implements
task.run();
}
-
@Override
protected Timer getTimer(EventListItem item) {
return item.getTimer();