aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/fragments
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-02-05 23:46:02 -0500
committerGitHub <noreply@github.com>2019-02-05 23:46:02 -0500
commita75555f3464607b93d523478999b9c8a7dc224a0 (patch)
tree9036dea7b93463a9f8c275b03dde5f4985c9bf72 /app/src/main/kotlin/com/pitchedapps/frost/fragments
parent81e259430c1bb6a034d18c059b410890b5386f2b (diff)
downloadfrost-a75555f3464607b93d523478999b9c8a7dc224a0.tar.gz
frost-a75555f3464607b93d523478999b9c8a7dc224a0.tar.bz2
frost-a75555f3464607b93d523478999b9c8a7dc224a0.zip
Theme (#1346)
* Theme text from linked user list * Theme unlike page, resolves #1335 * Fix comment theme box text, resolves #1340 * Apply spotless
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/fragments')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt b/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt
index 37af690b..ed6a4cf0 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt
@@ -30,7 +30,6 @@ import com.pitchedapps.frost.utils.L
import com.pitchedapps.frost.utils.frostJsoup
import com.pitchedapps.frost.views.FrostRecyclerView
import kotlinx.coroutines.Dispatchers
-import kotlinx.coroutines.isActive
import kotlinx.coroutines.withContext
/**