diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-01 11:58:10 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-01 11:58:10 -0700 |
commit | 70b42ba365d00f7ec19abe1050c51aee9931045b (patch) | |
tree | 625ebddb2a21c5306751045aa34b6ba416125996 /app/src/main/kotlin/com | |
parent | 42caa8a566c9416fc9f956e346b6001b5d7b549a (diff) | |
download | frost-70b42ba365d00f7ec19abe1050c51aee9931045b.tar.gz frost-70b42ba365d00f7ec19abe1050c51aee9931045b.tar.bz2 frost-70b42ba365d00f7ec19abe1050c51aee9931045b.zip |
Update interface alias comment
Diffstat (limited to 'app/src/main/kotlin/com')
-rw-r--r-- | app/src/main/kotlin/com/pitchedapps/frost/views/SwipeRefreshLayout.kt | 3 |
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 |