mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 12:51:01 +00:00
chore: clean
This commit is contained in:
@@ -57,6 +57,7 @@ class SearchAdapter(private val activity: SearchActivity, private val type: Sear
|
||||
|
||||
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