File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
workflow-ui/core-android/src
main/java/com/squareup/workflow1/ui
test/java/com/squareup/workflow1/ui Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import androidx.lifecycle.coroutineScope
1717import androidx.lifecycle.repeatOnLifecycle
1818import com.squareup.workflow1.ui.androidx.OnBackPressedDispatcherOwnerKey
1919import com.squareup.workflow1.ui.androidx.WorkflowAndroidXSupport.onBackPressedDispatcherOwnerOrNull
20- import kotlinx.coroutines.CoroutineDispatcher
2120import kotlinx.coroutines.Job
2221import kotlinx.coroutines.flow.Flow
2322import kotlinx.coroutines.launch
Original file line number Diff line number Diff line change @@ -17,14 +17,12 @@ import com.squareup.workflow1.ui.androidx.OnBackPressedDispatcherOwnerKey
1717import com.squareup.workflow1.ui.navigation.WrappedScreen
1818import kotlinx.coroutines.ExperimentalCoroutinesApi
1919import kotlinx.coroutines.flow.MutableSharedFlow
20- import kotlinx.coroutines.flow.flowOf
2120import kotlinx.coroutines.test.UnconfinedTestDispatcher
2221import kotlinx.coroutines.test.runTest
2322import org.junit.Test
2423import org.junit.runner.RunWith
2524import org.robolectric.RobolectricTestRunner
2625import org.robolectric.annotation.Config
27- import kotlin.coroutines.CoroutineContext
2826
2927@RunWith(RobolectricTestRunner ::class )
3028// SDK 28 required for the four-arg constructor we use in our custom view classes.
You can’t perform that action at this time.
0 commit comments