aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-01 11:58:10 -0700
committerAllan Wang <me@allanwang.ca>2019-07-01 11:58:10 -0700
commit70b42ba365d00f7ec19abe1050c51aee9931045b (patch)
tree625ebddb2a21c5306751045aa34b6ba416125996 /app
parent42caa8a566c9416fc9f956e346b6001b5d7b549a (diff)
downloadfrost-70b42ba365d00f7ec19abe1050c51aee9931045b.tar.gz
frost-70b42ba365d00f7ec19abe1050c51aee9931045b.tar.bz2
frost-70b42ba365d00f7ec19abe1050c51aee9931045b.zip
Update interface alias comment
Diffstat (limited to 'app')
-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