aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-22 23:21:34 -0800
committerAllan Wang <me@allanwang.ca>2021-11-22 23:21:34 -0800
commitdcd0db9282d92beacd35b3418d924ff3c607dead (patch)
tree4d11f3e2c8002bf19f871935b9816383b97e5106 /app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
parentbbfac885b89a79af2c85f5f0df7635770b49a07a (diff)
downloadfrost-dcd0db9282d92beacd35b3418d924ff3c607dead.tar.gz
frost-dcd0db9282d92beacd35b3418d924ff3c607dead.tar.bz2
frost-dcd0db9282d92beacd35b3418d924ff3c607dead.zip
Convert header channel to flow
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt b/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
index b76f6e39..75d1ffe4 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
@@ -44,9 +44,7 @@ import com.pitchedapps.frost.web.FrostEmitter
import dagger.hilt.android.AndroidEntryPoint
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.ExperimentalCoroutinesApi
-import kotlinx.coroutines.channels.BroadcastChannel
import kotlinx.coroutines.channels.BufferOverflow
-import kotlinx.coroutines.channels.ConflatedBroadcastChannel
import kotlinx.coroutines.channels.ReceiveChannel
import kotlinx.coroutines.flow.MutableSharedFlow
import kotlinx.coroutines.flow.MutableStateFlow