Remove FlavorSetup

pull/820/head
Alex Baker 5 years ago
parent 4626be4b05
commit cbec568084

@ -1,11 +0,0 @@
package org.tasks;
import javax.inject.Inject;
public class FlavorSetup {
@Inject
public FlavorSetup() {}
public void setup() {}
}

@ -1,11 +0,0 @@
package org.tasks;
import javax.inject.Inject;
public class FlavorSetup {
@Inject
public FlavorSetup() {}
public void setup() {}
}

@ -1,11 +0,0 @@
package org.tasks;
import javax.inject.Inject;
public class FlavorSetup {
@Inject
public FlavorSetup() {}
public void setup() {}
}

@ -32,7 +32,6 @@ public class Tasks extends InjectingApplication {
@Inject @ForApplication Context context;
@Inject Lazy<Upgrader> upgrader;
@Inject Preferences preferences;
@Inject FlavorSetup flavorSetup;
@Inject BuildSetup buildSetup;
@Inject ThemeCache themeCache;
@Inject WorkManager workManager;
@ -57,8 +56,6 @@ public class Tasks extends InjectingApplication {
preferences.setSyncOngoing(false);
flavorSetup.setup();
themeCache.getThemeBase(preferences.getInt(R.string.p_theme, 0)).setDefaultNightMode();
localBroadcastManager.registerRefreshReceiver(new RefreshBroadcastReceiver());

Loading…
Cancel
Save