aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/fragments
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-23 17:01:43 -0800
committerAllan Wang <me@allanwang.ca>2020-02-23 17:01:43 -0800
commitcb18600f2685dd79e893d69fcb8b9a28d629d3a2 (patch)
treef102a0280c7bea4263f04852e000475d3fdfc23c /app/src/main/kotlin/com/pitchedapps/frost/fragments
parent166dc46c2447abfd1214161f9f9574c5a2cea427 (diff)
downloadfrost-cb18600f2685dd79e893d69fcb8b9a28d629d3a2.tar.gz
frost-cb18600f2685dd79e893d69fcb8b9a28d629d3a2.tar.bz2
frost-cb18600f2685dd79e893d69fcb8b9a28d629d3a2.zip
Apply spotless
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/fragments')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/fragments/FragmentBase.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/fragments/FragmentBase.kt b/app/src/main/kotlin/com/pitchedapps/frost/fragments/FragmentBase.kt
index 0c29bb76..257611e8 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/fragments/FragmentBase.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/fragments/FragmentBase.kt
@@ -40,6 +40,7 @@ import com.pitchedapps.frost.utils.Prefs
import com.pitchedapps.frost.utils.REQUEST_REFRESH
import com.pitchedapps.frost.utils.REQUEST_TEXT_ZOOM
import com.pitchedapps.frost.utils.frostEvent
+import kotlin.coroutines.CoroutineContext
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.Job
@@ -48,7 +49,6 @@ import kotlinx.coroutines.channels.ReceiveChannel
import kotlinx.coroutines.isActive
import kotlinx.coroutines.launch
import org.koin.android.ext.android.inject
-import kotlin.coroutines.CoroutineContext
/**
* Created by Allan Wang on 2017-11-07.