Zhuinden / flowless

[DEPRECATED] Based on Flow 1.0-alpha. To keep your life simple, use zhuinden/simple-stack instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add ServiceProvider.get(Context)

Zhuinden opened this issue · 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