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

Unexpected error when trying to create a todo list #261

Closed
sekomidev opened this issue Jan 18, 2025 · 2 comments
Closed

Unexpected error when trying to create a todo list #261

sekomidev opened this issue Jan 18, 2025 · 2 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@sekomidev
Copy link

sekomidev commented Jan 18, 2025

What happened?

Image

Steps to reproduce:

  • Do a fresh install of the app (I've installed it from F-Droid)
  • Click on the checkmark button in bottom-right
  • Error screen appears

Note that after restarting the app, an empty todo list is created. When trying to create another list, the same error appears.

App Version

6.4.0

Android Version

34

(Optional) Relevant log output

kotlin.UninitializedPropertyAccessException: lateinit property undo has not been initializedat com.philkes.notallyx.presentation.activity.note.EditActivity$initChangeHistory$1$1.p(SourceFile:24)at com.philkes.notallyx.presentation.activity.note.p.b(SourceFile:10)at androidx.lifecycle.z.b(SourceFile:30)at androidx.lifecycle.z.c(SourceFile:16)at androidx.lifecycle.y.b(SourceFile:68)at androidx.lifecycle.LiveData$LifecycleBoundObserver.c(SourceFile:28)at androidx.lifecycle.t.a(SourceFile:23)at androidx.lifecycle.u.h(SourceFile:347)at androidx.lifecycle.u.e(SourceFile:69)at androidx.lifecycle.u.d(SourceFile:15)at androidx.lifecycle.I.a(SourceFile:25)at androidx.lifecycle.K$a.onActivityPostStarted(SourceFile:10)at android.app.Activity.dispatchActivityPostStarted(Activity.java:1476)at android.app.Activity.performStart(Activity.java:8840)at android.app.ActivityThread.handleStartActivity(ActivityThread.java:4056)at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:230)at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:210)at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:182)at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:103)at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2643)at android.os.Handler.dispatchMessage(Handler.java:106)at android.os.Looper.loopOnce(Looper.java:257)at android.os.Looper.loop(Looper.java:368)at android.app.ActivityThread.main(ActivityThread.java:8839)at java.lang.reflect.Method.invoke(Native Method)at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
@sekomidev sekomidev added the bug Something isn't working label Jan 18, 2025
@andiandi13
Copy link
Contributor

Duplicate of #255
Fixed in 6.4.1 available in Release page of this Github project :)

@PhilKes
Copy link
Owner

PhilKes commented Jan 18, 2025

@sekomidev Unfortunately sometimes it takes F-Droid a bit longer until new versions are ready to download.
If you want faster updates of the app have a look into #120, or download the v6.4.1 apk manually here on Github as @andiandi13 suggested

@PhilKes PhilKes closed this as completed Jan 18, 2025
@PhilKes PhilKes added the duplicate This issue or pull request already exists label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants