Commit cf72898a by sikang

update

parent 14f79ff1
......@@ -41,9 +41,9 @@ public abstract class BaseApplication extends MultiDexApplication {
@Override
protected void attachBaseContext(Context base) {
initLibCnofig();
Context languageContext = AppLanguageUtils.attachBaseContext(base, LibConfig.LANGUAGE);
super.attachBaseContext(ViewPumpContextWrapper.wrap(Philology.INSTANCE.wrap(languageContext)));
// super.attachBaseContext(AppLanguageUtils.attachBaseContext(base, LibConfig.LANGUAGE));
// Context languageContext = AppLanguageUtils.attachBaseContext(base, LibConfig.LANGUAGE);
// super.attachBaseContext(ViewPumpContextWrapper.wrap(Philology.INSTANCE.wrap(languageContext)));
super.attachBaseContext(AppLanguageUtils.attachBaseContext(base, LibConfig.LANGUAGE));
MultiDex.install(this);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment