summaryrefslogtreecommitdiff
path: root/vdrmanager
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
index 00535d5..abb4d7f 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
@@ -148,8 +148,8 @@ public class TimerListActivity extends BaseTimerEditActivity<Timer> implements
}
@Override
- protected boolean refreshOnResume() {
- return false;
+ protected boolean notifyDataSetChangedOnResume() {
+ return true;
}
@Override
protected String getWindowTitle() {