1
0
Fork 0

MigrationPushRenewer: Remove ExperimentalCoroutinesApi.

master
Sebastian Kaspari 2020-03-19 11:51:06 +01:00 committed by Emily Kager
parent e541e10427
commit 0198305bfb
1 changed files with 0 additions and 2 deletions

View File

@ -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 ->