From 70b42ba365d00f7ec19abe1050c51aee9931045b Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 1 Jul 2019 11:58:10 -0700 Subject: Update interface alias comment --- app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/views') 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 -- cgit v1.2.3