aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/fragments
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-23 11:50:06 -0800
committerAllan Wang <me@allanwang.ca>2021-11-23 11:50:06 -0800
commit0c97abd838ee834ef17d1b2e746fa26ea9663bd5 (patch)
treef90e3f5110e6e4fe724b9c2fde125769cd0d36fd /app/src/main/kotlin/com/pitchedapps/frost/fragments
parent30d6fd9d33e17110726a299749b058416ed77ecf (diff)
downloadfrost-0c97abd838ee834ef17d1b2e746fa26ea9663bd5.tar.gz
frost-0c97abd838ee834ef17d1b2e746fa26ea9663bd5.tar.bz2
frost-0c97abd838ee834ef17d1b2e746fa26ea9663bd5.zip
Create extension for converting emitters
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/fragments')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/fragments/BaseFragment.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/fragments/BaseFragment.kt b/app/src/main/kotlin/com/pitchedapps/frost/fragments/BaseFragment.kt
index 5c97de65..e10fd141 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/fragments/BaseFragment.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/fragments/BaseFragment.kt
@@ -47,7 +47,6 @@ import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.Job
import kotlinx.coroutines.SupervisorJob
-import kotlinx.coroutines.channels.ReceiveChannel
import kotlinx.coroutines.flow.launchIn
import kotlinx.coroutines.flow.onEach
import kotlinx.coroutines.isActive