mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 05:21:02 +00:00
chore: clean
This commit is contained in:
@@ -31,6 +31,7 @@ class SupportingSearchAdapter(private val activity: SearchActivity, private val
|
||||
|
||||
searchHistoryAdapter = SearchHistoryAdapter(type) {
|
||||
binding.searchBarText.setText(it)
|
||||
binding.searchBarText.setSelection(it.length)
|
||||
}
|
||||
binding.searchHistoryList.layoutManager = LinearLayoutManager(binding.root.context)
|
||||
binding.searchHistoryList.adapter = searchHistoryAdapter
|
||||
|
||||
Reference in New Issue
Block a user