mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-31 17:04:59 +01:00
Merge pull request #1258 from Xefir/999
Backport #999 : Search bar should consider the selected account
This commit is contained in:
commit
d0afc986b9
@ -111,6 +111,7 @@ class SearchFragment : AbsToolbarTabPagesFragment(), RefreshScrollTopInterface,
|
||||
customView.setOnClickListener {
|
||||
val searchIntent = Intent(context, QuickSearchBarActivity::class.java).apply {
|
||||
putExtra(EXTRA_QUERY, query)
|
||||
putExtra(EXTRA_ACCOUNT_KEY, accountKey)
|
||||
}
|
||||
startActivityForResult(searchIntent, REQUEST_OPEN_SEARCH)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user