mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-07 15:13:01 +00:00
Got it fixed
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
This commit is contained in:
parent
a4fd2e6a4b
commit
64ac46e605
@ -635,7 +635,17 @@ class ConversationsListActivity :
|
||||
}
|
||||
}
|
||||
|
||||
searchView!!.setOnQueryTextListener(object : SearchView.OnQueryTextListener {
|
||||
override fun onQueryTextSubmit(p0: String?): Boolean {
|
||||
initSearchDisposable()
|
||||
return true
|
||||
}
|
||||
|
||||
override fun onQueryTextChange(p0: String?): Boolean {
|
||||
this@ConversationsListActivity.onQueryTextChange(p0)
|
||||
return true
|
||||
}
|
||||
})
|
||||
|
||||
searchItem!!.setOnActionExpandListener(object : MenuItem.OnActionExpandListener {
|
||||
override fun onMenuItemActionExpand(item: MenuItem): Boolean {
|
||||
|
Loading…
Reference in New Issue
Block a user