aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-10 18:23:46 -0800
committerGitHub <noreply@github.com>2021-01-10 18:23:46 -0800
commit5b301abbaa52a6a82181546e0b86ed36b50189cc (patch)
tree1f05ab8db2f3732b16702a86ecec48c849d46a1a /app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
parent28797d952c7e627597236a9c151d7fd937692f10 (diff)
parent60466a9a634a4e18e9f442e9ed5cfd4b38191727 (diff)
downloadfrost-5b301abbaa52a6a82181546e0b86ed36b50189cc.tar.gz
frost-5b301abbaa52a6a82181546e0b86ed36b50189cc.tar.bz2
frost-5b301abbaa52a6a82181546e0b86ed36b50189cc.zip
Merge pull request #1739 from AllanWang/versions
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.kt4
1 files changed, 2 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 7245e64e..55f41807 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
@@ -47,8 +47,8 @@ import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.channels.BroadcastChannel
import kotlinx.coroutines.channels.ConflatedBroadcastChannel
import kotlinx.coroutines.channels.ReceiveChannel
-import org.koin.core.KoinComponent
-import org.koin.core.inject
+import org.koin.core.component.KoinComponent
+import org.koin.core.component.inject
class FrostContentWeb @JvmOverloads constructor(
context: Context,