Commit cf72898a by sikang

update

parent 14f79ff1
...@@ -41,9 +41,9 @@ public abstract class BaseApplication extends MultiDexApplication { ...@@ -41,9 +41,9 @@ public abstract class BaseApplication extends MultiDexApplication {
@Override @Override
protected void attachBaseContext(Context base) { protected void attachBaseContext(Context base) {
initLibCnofig(); initLibCnofig();
Context languageContext = AppLanguageUtils.attachBaseContext(base, LibConfig.LANGUAGE); // Context languageContext = AppLanguageUtils.attachBaseContext(base, LibConfig.LANGUAGE);
super.attachBaseContext(ViewPumpContextWrapper.wrap(Philology.INSTANCE.wrap(languageContext))); // super.attachBaseContext(ViewPumpContextWrapper.wrap(Philology.INSTANCE.wrap(languageContext)));
// super.attachBaseContext(AppLanguageUtils.attachBaseContext(base, LibConfig.LANGUAGE)); super.attachBaseContext(AppLanguageUtils.attachBaseContext(base, LibConfig.LANGUAGE));
MultiDex.install(this); 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