From d98474571f23b21e834801915ea1eefd0efb5245 Mon Sep 17 00:00:00 2001 From: lado Date: Thu, 2 Feb 2012 17:10:55 +0100 Subject: notifyDataSetChangedOnResume --- vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java | 4 ++-- 1 file 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 implements } @Override - protected boolean refreshOnResume() { - return false; + protected boolean notifyDataSetChangedOnResume() { + return true; } @Override protected String getWindowTitle() { -- cgit v1.2.3