aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-12 23:07:02 -0800
committerAllan Wang <me@allanwang.ca>2021-01-12 23:07:02 -0800
commit5aec10ce0fe191d78399869074c7e118256848ea (patch)
treeaff3d79f003ef1200a36b810a336d6947e69114d /app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt
parentce9e44a742638eaaad5833f39d394535ddfd67a2 (diff)
downloadfrost-5aec10ce0fe191d78399869074c7e118256848ea.tar.gz
frost-5aec10ce0fe191d78399869074c7e118256848ea.tar.bz2
frost-5aec10ce0fe191d78399869074c7e118256848ea.zip
Fix swipe disable logic and disable for messenger
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt b/app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt
index 9e9c2340..f02adcf0 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt
@@ -101,9 +101,4 @@ class SwipeRefreshLayout @JvmOverloads constructor(context: Context, attrs: Attr
super.onNestedScroll(target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed)
}
}
-
- /**
- * Alias for adding on refresh listener
- */
- interface OnRefreshListener : SwipeRefreshLayout.OnRefreshListener
}