summaryrefslogtreecommitdiff
path: root/vdrmanager
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-02-02 17:10:55 +0100
committerlado <herrlado@gmail.com>2012-02-02 17:10:55 +0100
commitd98474571f23b21e834801915ea1eefd0efb5245 (patch)
tree491212b3e474f04e7f7900f9a0643aa4e1bc75cc /vdrmanager
parente0ddb08f3fcf0432c03ff16840c811b416add4ca (diff)
downloadvdr-manager-d98474571f23b21e834801915ea1eefd0efb5245.tar.gz
vdr-manager-d98474571f23b21e834801915ea1eefd0efb5245.tar.bz2
notifyDataSetChangedOnResume
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() {