Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Seems like it happens on API 21-22 too.
ap...@google.com <ap...@google.com> #3
This is expected. You are calling: enqueueUniquePeriodicWork() with an ExistingPeriodicWorkPolicy.REPLACE. This will cancel running work, and kick off new instances of all Workers.
https://github.com/rubensousa/WorkManagerKitkatBug/blob/master/app/src/main/java/com/github/rubensousa/workkitkatbug/MainActivity.kt#L24
il...@google.com <il...@google.com> #4
I just ran the sample again and now the behaviour is different for some weird reason. I forgot to mention that I only used REPLACE to test this properly. Because it also happens with KEEP.
Description
Version used: 1.0.0-rc01
When doing a navigate() call that is supposed to pop the root of the graph (i.e.,