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

Nullpointer Exception #304

Closed
niccokunzmann opened this issue Sep 23, 2019 · 0 comments · Fixed by #305
Closed

Nullpointer Exception #304

niccokunzmann opened this issue Sep 23, 2019 · 0 comments · Fixed by #305
Labels
Code Quality If the code can be improved to make development easier and more delightful. good first issue Good for newcomers

Comments

@niccokunzmann
Copy link
Owner

niccokunzmann commented Sep 23, 2019

From Play

SettingsActivity.java:411

Gestern, 00:31 in der App-Version 219
Motorola moto g(6) play (aljeter), Android 9

java.lang.RuntimeException: 
 
  at android.app.ActivityThread.performPauseActivityIfNeeded (ActivityThread.java:4251)
 
  at android.app.ActivityThread.performPauseActivity (ActivityThread.java:4206)
 
  at android.app.ActivityThread.handlePauseActivity (ActivityThread.java:4158)
 
  at android.app.servertransaction.PauseActivityItem.execute (PauseActivityItem.java:45)
 
  at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:145)
 
  at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:70)
 
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1977)
 
  at android.os.Handler.dispatchMessage (Handler.java:106)
 
  at android.os.Looper.loop (Looper.java:193)
 
  at android.app.ActivityThread.main (ActivityThread.java:6923)
 
  at java.lang.reflect.Method.invoke (Native Method)
 
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
 
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:870)
Caused by: java.lang.NullPointerException: 
 
  at eu.quelltext.mundraub.activities.SettingsActivity.onPause (SettingsActivity.java:411)
 
  at android.app.Activity.performPause (Activity.java:7341)
 
  at android.app.Instrumentation.callActivityOnPause (Instrumentation.java:1487)
 
  at android.app.ActivityThread.performPauseActivityIfNeeded (ActivityThread.java:4241)

We're using Polar.sh so you can upvote and help fund this issue. We receive the funding once the issue is completed & confirmed by you. Thank you in advance for helping prioritize & fund our work. Fund with Polar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Quality If the code can be improved to make development easier and more delightful. good first issue Good for newcomers
Projects
None yet
1 participant