Fixed
Status Update
Comments
st...@gmail.com <st...@gmail.com> #3
This is due to a bug in Fragment - using 1.1.0-alpha02 of Preference uses a newer Fragment dependency, and fixes this issue.
ta...@mercury.com <ta...@mercury.com> #4
Actually, I just checked and it still crashes using 1.1.0-alpha02.
il...@google.com <il...@google.com> #5
Could you maybe upload a simpler project with reproduction steps? Or at least provide reproduction steps for the project you linked - Does it crash when using Preference 1.0.0?
This still seems suspiciously similar tohttps://issuetracker.google.com/issues/120240628 , which can not be reproduced with 1.1.0-alpha02 (following the reproduction steps in the first comment).
This still seems suspiciously similar to
Description
Component used: Fragment
Version used: 1.5.0-alpa04
Devices/Android versions reproduced on: API 23 until API 31
When the app is using the new
Theme.SplashScreen
from the AndroidX Splashscreen component then the app crashes on startup:The relevant lines in MainActivity.kt: