updating commons + the new fastscroller handling
This commit is contained in:
parent
95fbe59ac8
commit
70a6e701dc
8 changed files with 27 additions and 35 deletions
|
|
@ -18,7 +18,7 @@ import java.util.*
|
|||
|
||||
class SearchResultsAdapter(
|
||||
activity: SimpleActivity, var searchResults: ArrayList<SearchResult>, recyclerView: MyRecyclerView, highlightText: String, itemClick: (Any) -> Unit
|
||||
) : MyRecyclerViewAdapter(activity, recyclerView, null, itemClick) {
|
||||
) : MyRecyclerViewAdapter(activity, recyclerView, itemClick) {
|
||||
|
||||
private var fontSize = activity.getTextSize()
|
||||
private var textToHighlight = highlightText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue