mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 12:53:08 +00:00
fix stetho initialization
This commit is contained in:
parent
2422ad4b16
commit
0bbe03a34d
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ import android.content.Context;
|
|||
import android.content.Intent;
|
||||
import android.support.multidex.MultiDex;
|
||||
|
||||
import com.facebook.stetho.Stetho;
|
||||
import com.orm.SugarContext;
|
||||
|
||||
import de.nicidienase.chaosflix.activities.ConferencesActivity;
|
||||
|
@ -17,6 +18,7 @@ public class ChaosflixApplication extends Application {
|
|||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
Stetho.initializeWithDefaults(this);
|
||||
SugarContext.init(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue