If SearchActivity is in the stack, use it.
This commit is contained in:
parent
08cc439306
commit
6e81467808
@ -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…
Reference in New Issue
Block a user