diff options
author | lado <herrlado@gmail.com> | 2011-10-26 14:40:57 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-10-26 14:40:57 +0200 |
commit | fc3c8f23b7e5b0a587064a0399b175151266b03e (patch) | |
tree | 980ac8747dc3f3365eafe4e1a65645915ef849a7 | |
parent | a173391b584a9ddbf7ed0cd523aa72fe855b958c (diff) | |
download | vdr-manager-fc3c8f23b7e5b0a587064a0399b175151266b03e.tar.gz vdr-manager-fc3c8f23b7e5b0a587064a0399b175151266b03e.tar.bz2 |
super.onResume
-rw-r--r-- | vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java | 5 |
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(); |