Zhuinden/flowless

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

Zhuinden opened this issue · 1 comments

                                                                             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)

Fixed by 15e5af6