aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-09-28 23:07:57 -0700
committerGitHub <noreply@github.com>2021-09-28 23:07:57 -0700
commit0ef4cbde805db6812b922d967966367ae7c98e60 (patch)
tree4335658a8313fd5fbb7716c8e5fcf447a11fb4ab /app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
parenteb9fc5c6a558cdcbe3fe1e1911b22e0855645a38 (diff)
parent749ebe31d0d23d7097a7c989a8324714aa28d996 (diff)
downloadfrost-0ef4cbde805db6812b922d967966367ae7c98e60.tar.gz
frost-0ef4cbde805db6812b922d967966367ae7c98e60.tar.bz2
frost-0ef4cbde805db6812b922d967966367ae7c98e60.zip
Merge pull request #1818 from AllanWang/resolve-activity
Remove resolveActivity
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.kt1
1 files changed, 1 insertions, 0 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 124a75df..c30ee199 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
@@ -175,6 +175,7 @@ abstract class FrostContentViewBase(
}
refreshChannel.subscribeDuringJob(scope, ContextHelper.coroutineContext) { r ->
+ L.v { "Refreshing $r" }
refresh.isRefreshing = r
}