You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
java.lang.RuntimeException: Unable to destroy activity {me.jfenn.alarmio/me.jfenn.alarmio.activities.AlarmActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:3773)
at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:3791)
at android.app.ActivityThread.access$1400(ActivityThread.java:166)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1336)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5584)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at me.jfenn.alarmio.activities.AlarmActivity.stopAnnoyingness(AlarmActivity.java:229)
at me.jfenn.alarmio.activities.AlarmActivity.onDestroy(AlarmActivity.java:218)
at android.app.Activity.performDestroy(Activity.java:5619)
at android.app.Instrumentation.callActivityOnDestroy(Instrumentation.java:1124)
at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:3760)
... 11 more
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Device Info
Samsung
Samsung Galaxy Tab E Lite
4.4.4
Steps to Reproduce
Logs
The text was updated successfully, but these errors were encountered: