Primo refactoring picking libero

This commit is contained in:
2020-07-21 11:38:56 +02:00
parent 79cf00fe2f
commit 0a581fed4d
39 changed files with 805 additions and 221 deletions

View File

@@ -29,7 +29,6 @@ public class MainApplication extends Application {
private AppContext appContext = new AppContext(this);
private static AppDatabase appDb;
private static Context context;
// Called when the application is starting, before any other application objects have been created.
@@ -38,10 +37,7 @@ public class MainApplication extends Application {
public void onCreate() {
super.onCreate();
context = this;
appModule = new MainApplicationModule(MainApplication.this);
appComponent = DaggerMainApplicationComponent.create();
appContext.init();