mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
If SearchActivity is in the stack, use it.
This commit is contained in:
parent
08cc439306
commit
6e81467808
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ class SearchActivity : VectorBaseActivity() {
|
|||
|
||||
fun newIntent(context: Context, args: SearchArgs): Intent {
|
||||
return Intent(context, SearchActivity::class.java).apply {
|
||||
flags = Intent.FLAG_ACTIVITY_REORDER_TO_FRONT
|
||||
putExtra(MvRx.KEY_ARG, args)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue