Fixed
Status Update
Comments
su...@google.com <su...@google.com>
su...@google.com <su...@google.com> #2
Please provide a minimal sample project that reproduces this issue.
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #3
Sure, I created a minimal sample app for you:
Just click "Next Fragment" multiple times, then press the back button or perform the back gesture multiple times in quick succession.
Note: I tested this on a Pixel 8 with Android 14. Also, I have the predictive back animations enabled in the developer options.
ol...@gmail.com <ol...@gmail.com> #4
Just FYI: Still happens on fragment library version 1.7.1
.
Description
Version used: 1.0.0-beta4
Devices/Android versions reproduced on: Crash only appears on Android 6
Crash appears when trying to enqueue a periodic task.
example :
WorkManager.getInstance().enqueueUniquePeriodicWork("UpdateNovel",ExistingPeriodicWorkPolicy.REPLACE,novel)