Skip to content

Commit

Permalink
fix bug JackyAndroid#31
Browse files Browse the repository at this point in the history
fix bug on android 4.4.2
  • Loading branch information
uplusplus authored Nov 24, 2017
1 parent 645fea5 commit 969fc72
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

1 comment on commit 969fc72

@JackyAndroid
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@uplusplus Thank you for your contribution

Please sign in to comment.