From fc3c8f23b7e5b0a587064a0399b175151266b03e Mon Sep 17 00:00:00 2001 From: lado Date: Wed, 26 Oct 2011 14:40:57 +0200 Subject: super.onResume --- vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vdrmanager/src') 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 implements startTimerQuery(); } - @Override - protected void onResume() { - super.onResume(); - } @Override protected void onPause() { @@ -87,7 +83,6 @@ public class TimerListActivity extends BaseTimerEditActivity implements task.run(); } - @Override protected Timer getTimer(EventListItem item) { return item.getTimer(); -- cgit v1.2.3