Fixed opening search results (#2180)

This commit is contained in:
Agnieszka C 2023-08-27 13:36:54 +02:00
parent 030faee892
commit 5fc80c2149
1 changed files with 1 additions and 0 deletions

View File

@ -1282,6 +1282,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
if (it is ListEvent) {
Intent(applicationContext, getActivityToOpen(it.isTask)).apply {
putExtra(EVENT_ID, it.id)
putExtra(EVENT_OCCURRENCE_TS, it.startTS)
startActivity(this)
}
}