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
The activity "test" still does not exist in the main interface
Open the activity from "Edit Activities"
Enter "test"
Click "save"
Click on the "Reject current edit and open existing activity with same name instead"
Crash
Expected behavior
The deleted activity can be restored without crashing
Video
lv_0_20220804202353.mp4
Logcat
08-04 11:54:59.035 525 525 E AndroidRuntime: FATAL EXCEPTION: main
08-04 11:54:59.035 525 525 E AndroidRuntime: Process: de.rampro.activitydiary, PID: 525
08-04 11:54:59.035 525 525 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String de.rampro.activitydiary.model.DiaryActivity.getName()' on a null object reference
08-04 11:54:59.035 525 525 E AndroidRuntime: at de.rampro.activitydiary.ui.generic.EditActivity$QHandler$3.onClick(EditActivity.java:202)
08-04 11:54:59.035 525 525 E AndroidRuntime: at android.view.View.performClick(View.java:6256)
08-04 11:54:59.035 525 525 E AndroidRuntime: at android.view.View$PerformClick.run(View.java:24701)
08-04 11:54:59.035 525 525 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:789)
08-04 11:54:59.035 525 525 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:98)
08-04 11:54:59.035 525 525 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
08-04 11:54:59.035 525 525 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6541)
08-04 11:54:59.035 525 525 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
08-04 11:54:59.035 525 525 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
08-04 11:54:59.035 525 525 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
The text was updated successfully, but these errors were encountered:
Smartphone
Steps to Reproduce
Explain what you did to encounter the issue
Expected behavior
The deleted activity can be restored without crashing
Video
lv_0_20220804202353.mp4
Logcat
The text was updated successfully, but these errors were encountered: