Replies: 1 comment 11 replies
-
Hmm, I can't really reproduce it on an Android 6 emulator. Do you have an idea @ArnyminerZ ? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a bug report. ICSx⁵ version 2.2 fails on start on my phone (Android 6.0.1) with the following error:
kotlin.UninitializedPropertyAccessException: lateinit property preferences has not been initialized
.A tentative solution for this may be found at Kotlin Android Shared Preferences - lateinit property prefs has not been initialized - Stack Overflow.
This happens even on a fresh install, with no app data. Downgrading to version 2.1.1 fixes the issue.
Here's the full log:
Beta Was this translation helpful? Give feedback.
All reactions