Zhuinden/flowless

add ServiceProvider.get(Context)

Zhuinden opened this issue · 1 comments

To fix Zhuinden/ExampleGithubClient#1 , if ServiceProvider.get(Context) is added, then InternalContextWrapper can return it via context.getSystemService().

That way, Flow.get() is not necessary for obtaining instance of ServiceProvider.

Fixed by 718de58