[fenix] MigrationPushRenewer: Remove ExperimentalCoroutinesApi.

pull/600/head
Sebastian Kaspari 5 years ago committed by Emily Kager
parent b707ec4a38
commit 9303509a34

@ -4,7 +4,6 @@
package org.mozilla.fenix
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.flow.collect
import mozilla.components.concept.push.PushProcessor
import mozilla.components.lib.state.ext.flowScoped
@ -19,7 +18,6 @@ class MigrationPushRenewer(
private val service: PushProcessor?,
private val store: MigrationStore
) {
@UseExperimental(ExperimentalCoroutinesApi::class)
fun start() {
// Observe for migration completed.
store.flowScoped { flow ->

Loading…
Cancel
Save