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

Null Pointer Exception at at com.teester.whatsnearby.main.MainActivity.onNewIntent #5

Closed
Teester opened this issue Feb 15, 2018 · 0 comments
Assignees
Labels

Comments

@Teester
Copy link
Owner

Teester commented Feb 15, 2018

From Google Play Dashboard:
java.lang.NullPointerException: at com.teester.whatsnearby.main.MainActivity.onNewIntent (MainActivity.java:65) at android.app.Instrumentation.callActivityOnNewIntent (Instrumentation.java:1235) at android.app.Instrumentation.callActivityOnNewIntent (Instrumentation.java:1247) at android.app.ActivityThread.deliverNewIntents (ActivityThread.java:2563) at android.app.ActivityThread.performNewIntents (ActivityThread.java:2575) at android.app.ActivityThread.handleNewIntent (ActivityThread.java:2584) at android.app.ActivityThread.-wrap12 (ActivityThread.java) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1426) at android.os.Handler.dispatchMessage (Handler.java:102) at android.os.Looper.loop (Looper.java:148) at android.app.ActivityThread.main (ActivityThread.java:5443) at java.lang.reflect.Method.invoke (Method.java) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:728) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:618)

Problem appears to be passing null to mainPresenter.checkIfOauth(url) here

@Teester Teester added the bug label Feb 15, 2018
@Teester Teester self-assigned this Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant