Skip to content

Commit

Permalink
1.修复
Browse files Browse the repository at this point in the history
  • Loading branch information
keep2iron committed Apr 2, 2019
1 parent 2454e59 commit 5a0ecfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Fast4Android {
it.createComponentModule(applicationContext as Application)
}
mainComponent.createComponentServiceProvider().forEach {
applicationContext.registerComponentService(it)
registerComponentService(it)
}
}
}

0 comments on commit 5a0ecfe

Please sign in to comment.