| Index: adblockplussbrowser/src/org/adblockplus/sbrowser/contentblocker/ListedSubscriptionsPreferenceCategory.java |
| =================================================================== |
| --- a/adblockplussbrowser/src/org/adblockplus/sbrowser/contentblocker/ListedSubscriptionsPreferenceCategory.java |
| +++ b/adblockplussbrowser/src/org/adblockplus/sbrowser/contentblocker/ListedSubscriptionsPreferenceCategory.java |
| @@ -31,18 +31,16 @@ import org.adblockplus.adblockplussbrows |
| import android.annotation.SuppressLint; |
| import android.content.Context; |
| import android.preference.CheckBoxPreference; |
| import android.preference.Preference; |
| import android.preference.PreferenceCategory; |
| import android.preference.Preference.OnPreferenceChangeListener; |
| import android.text.format.DateUtils; |
| import android.util.AttributeSet; |
| -import android.view.View; |
| -import android.view.ViewGroup; |
| @SuppressLint("DefaultLocale") |
| public class ListedSubscriptionsPreferenceCategory extends PreferenceCategory implements |
| EngineService.OnEngineCreatedCallback, OnPreferenceChangeListener |
| { |
| private Engine engine = null; |
| private boolean isEnabledView = false; |
| @@ -68,22 +66,16 @@ public class ListedSubscriptionsPreferen |
| } |
| public ListedSubscriptionsPreferenceCategory(final Context context, final AttributeSet attrs) |
| { |
| super(context, attrs); |
| } |
| @Override |
| - protected View onCreateView(final ViewGroup parent) |
| - { |
| - return super.onCreateView(parent); |
| - } |
| - |
| - @Override |
| protected void onAttachedToActivity() |
| { |
| EngineService.startService(this.getContext().getApplicationContext(), this); |
| super.onAttachedToActivity(); |
| } |
| @Override |
| public void onEngineCreated(final Engine engine, final boolean success) |