From f00474cd9e0f7776ade42ce36a1591b83817a79a Mon Sep 17 00:00:00 2001 From: lado Date: Thu, 23 Feb 2012 15:35:12 +0100 Subject: no initVDR --- vdrmanager/src/de/bjusystems/vdrmanager/app/VdrManagerApp.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vdrmanager/src') diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/app/VdrManagerApp.java b/vdrmanager/src/de/bjusystems/vdrmanager/app/VdrManagerApp.java index b1f75df..29b0691 100644 --- a/vdrmanager/src/de/bjusystems/vdrmanager/app/VdrManagerApp.java +++ b/vdrmanager/src/de/bjusystems/vdrmanager/app/VdrManagerApp.java @@ -6,6 +6,7 @@ import java.util.Locale; import android.app.Activity; import android.app.Application; + import de.bjusystems.vdrmanager.data.Channel; import de.bjusystems.vdrmanager.data.EpgSearchParams; import de.bjusystems.vdrmanager.data.Event; @@ -14,6 +15,7 @@ import de.bjusystems.vdrmanager.data.Timer; import de.bjusystems.vdrmanager.data.Vdr; import de.bjusystems.vdrmanager.gui.Cache; + public class VdrManagerApp extends Application { public enum EpgListState { @@ -56,7 +58,6 @@ public class VdrManagerApp extends Application { public void onCreate() { super.onCreate(); Preferences.init(this); - Preferences.initVDR(this); } public void clear() { -- cgit v1.2.3