Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow is null but InternalLifecycleIntegration exists after process death, this results in NPE in getSystemService integration #25

Closed
Zhuinden opened this issue Dec 26, 2016 · 1 comment

Comments

@Zhuinden
Copy link
Owner

                                                                             Caused by: java.lang.NullPointerException
                                                                                at flowless.InternalContextWrapper.getSystemService(InternalContextWrapper.java:69)
                                                                                at flowless.ServiceProvider.get(ServiceProvider.java:22)
                                                                                at com.zhuinden.examplegithubclient.presentation.activity.main.MainActivity.getSystemService(MainActivity.java:156)
                                                                                at android.view.ViewConfiguration.<init>(ViewConfiguration.java:282)
                                                                                at android.view.ViewConfiguration.get(ViewConfiguration.java:323)
                                                                                at android.view.View.<init>(View.java:3236)
                                                                                at android.view.ViewGroup.<init>(ViewGroup.java:420)
                                                                                at android.widget.FrameLayout.<init>(FrameLayout.java:93)
@Zhuinden
Copy link
Owner Author

Fixed by 15e5af6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant