Jae Kim

Results 10 comments of Jae Kim

@justinpapezsonos Thanks for sharing. We'll take a look.

@justinpapezsonos I see this issue when you have a logger property file in your own module. You can try to add this to your app build.gradle: ``` packagingOptions { pickFirst...

@justinpapezsonos I also see lack of clear ordering definition, but it's expected be determined by the dependency order, and we observe deterministic in similar scenarios. If it's an option for...

@upside-sarah Thanks for sharing. We'll take a look.

@upside-sarah can you confirm if you use a custom WorkManager configuration and Configuration.Provider has been set properly? https://developer.android.com/topic/libraries/architecture/workmanager/advanced/custom-configuration

@upside-sarah it's a good idea. We'll get you updated when we find more info on the issue.

@upside-sarah It does not make sense that `EventRescheduler` is still called even after the receiver has been removed from the manifest. We'll look into it. Can you confirm that those...

@upside-sarah we found why you get the call even after `EventRescheduler` link is removed. In SDK 3.10.0+, the receiver is declared in the SDK manifest, which will be automatically merged...

@upside-sarah We'll continue looking into the issue and get you updated.

@jamiesanson Thanks for reporting and submitting a PR for the issue! We'll take a look.