Skip to content

Commit 946608d

Browse files
authored
Merge pull request JackyAndroid#47 from uplusplus/patch-1
fix bug JackyAndroid#31
2 parents 645fea5 + 969fc72 commit 946608d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/org/chromium/chrome/browser/ChromeApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public class ChromeApplication extends ContentApplication {
8585
@Override
8686
protected void attachBaseContext(Context base) {
8787
super.attachBaseContext(base);
88+
MultiDex.install(this);
8889
ContextUtils.initApplicationContext(this);
8990
}
9091

0 commit comments

Comments
 (0)