-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Crash after theme change (found possible solution) #92
Comments
The crash happens from commit a545386 onwards. After some searching I found that changing slim-launcher/app/build.gradle.kts Line 78 in a877085
to implementation("androidx.navigation:navigation-fragment-ktx:2.2.0") solves the crash.
However I have no clue whether changing this line has any further implications... |
+1 I tried upgrading to the androidx nav libraries and everything seemed to work fine! |
Please check if this is sorted for v2.4.14, I try to keep dependencies up to date with most releases so this might have been addressed, I'm not sure |
F-droid version 2.4.14 (and current master) is still affected by this, since it still uses the navigation library from android instead of androidx. Note that #91 already includes this fix |
Ahh well... Also now I'm waiting for 2.4.15 to pass review so that I can release it to F-Droid |
So my latest build failed because the updates I brought included removing github pages which hosted the apps privacy policy. The fix for that will include one for this too |
I just noticed that the latest f-droid version (and master) seems to have a reproducible crash:
Logcat gives me:
The previous f-droid version did not have this bug, furthermore the time format picker doesn't trigger the crash.
I will try to find out which change first introduced this bug, but maybe you already have a clue why this happens.
The text was updated successfully, but these errors were encountered: