Skip to content

Commit

Permalink
Merge pull request #47 from uplusplus/patch-1
Browse files Browse the repository at this point in the history
fix bug #31
  • Loading branch information
JackyAndroid authored Nov 24, 2017
2 parents 645fea5 + 969fc72 commit 946608d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public class ChromeApplication extends ContentApplication {
@Override
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
MultiDex.install(this);
ContextUtils.initApplicationContext(this);
}

Expand Down

0 comments on commit 946608d

Please sign in to comment.