xit0c
xit0c
Same here on 0.55.0. For now, as a workaround, I'm returning an empty SizedBox in getTitlesWidget when needed.
I'm facing the same issue. Why is this plugin still using the old (and deprecated) android.support library? It should be migrated to AndroidX
Hi there! Happy to see this is an open issue. Do you plan to add annotations to all offline-related API callbacks? It would be great! I'm talking about: - `OfflineManager.ListOfflineRegionsCallback`...
I'd be glad to! I hope to deliver the changes in the next few days.
Done! The documentation is copy-pasted from [SharedFlow.onSubscription](https://github.com/Kotlin/kotlinx.coroutines/blob/4862747f85ca084b64b9f273a57419b8a713b3d8/kotlinx-coroutines-core/common/src/flow/operators/Share.kt#L403), I've only replaced the word "shared" with "state" in the first line. About the tests, I saw that there's already [testOnSubscriptionWithException](https://github.com/Kotlin/kotlinx.coroutines/blob/4862747f85ca084b64b9f273a57419b8a713b3d8/kotlinx-coroutines-core/common/test/flow/sharing/StateFlowTest.kt#L114) (which now...