aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt3
1 files changed, 3 insertions, 0 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 451f3948..2154ce2d 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt
@@ -80,5 +80,8 @@ class SwipeRefreshLayout @JvmOverloads constructor(context: Context, attrs: Attr
}
}
+ /**
+ * Alias for adding on refresh listener
+ */
interface OnRefreshListener : SwipeRefreshLayout.OnRefreshListener
} \ No newline at end of file