-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
@OverRide
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
Helper.install(this);
if (demoApplication == null) {
demoApplication = new DemoApplication();
demoApplication.setContext(this);
}
}
Helper.install(this);==========一直死在这行代码上,,
Metadata
Metadata
Assignees
Labels
No labels