We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ae19d commit 8a4582fCopy full SHA for 8a4582f
WordPress/src/main/java/org/wordpress/android/ui/reader/subscription/ReaderBlogSubscriptionUseCase.kt
@@ -23,7 +23,7 @@ class ReaderBlogSubscriptionUseCase @Inject constructor(
23
private val networkUtilsWrapper: NetworkUtilsWrapper,
24
@Named(BG_THREAD) private val bgDispatcher: CoroutineDispatcher
25
) {
26
- private val updateResultChannel = Channel<UpdateResult>(Channel.BUFFERED)
+ private val updateResultChannel = Channel<UpdateResult>(Channel.CONFLATED)
27
28
init {
29
dispatcher.register(this)
0 commit comments