aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt')
-rw-r--r--library/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt b/library/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt
index 5936a07..29c2223 100644
--- a/library/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt
+++ b/library/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt
@@ -114,7 +114,7 @@ class SearchView @JvmOverloads constructor(
*/
var transitionDuration: Long = 100L
/**
- * Defines whether the edit text and adapter should clear themselves when the searchView is closed
+ * Defines whether the edit text and mainAdapter should clear themselves when the searchView is closed
*/
var shouldClearOnClose: Boolean = false
/**
@@ -184,7 +184,7 @@ class SearchView @JvmOverloads constructor(
}
/**
- * Contract for adapter items
+ * Contract for mainAdapter items
* Setting results will ensure that the values are sent on the UI thread
*/
var results: List<SearchItem>