thebylito / react-native-navigation-bar-color

React Native component to change bottom bar/navigation bar color on Android
MIT License
271 stars 50 forks source link

java.lang.NullPointerException #10

Closed john1jan closed 5 years ago

john1jan commented 5 years ago

java.lang.NullPointerException: at com.thebylito.navigationbarcolor.NavigationBarColorModule$1.run (NavigationBarColorModule.java:86) at android.os.Handler.handleCallback (Handler.java:815) at android.os.Handler.dispatchMessage (Handler.java:104) at android.os.Looper.loop (Looper.java:210) at android.app.ActivityThread.main (ActivityThread.java:5839) at java.lang.reflect.Method.invoke (Native Method) at java.lang.reflect.Method.invoke (Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1113) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:879)

john1jan commented 5 years ago

sometimes getCurrentActivity() is null

gabrielbull commented 5 years ago

@notmike101 I think you can close this one as well, it's the same issue you just fixed.