Merge pull request #2182 from Aga-C/fix-opening-search-results

Fixed opening search results (#2180)
This commit is contained in:
Tibor Kaputa 2023-09-19 12:41:59 +02:00 committed by GitHub
commit ed69a8e877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1296,6 +1296,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)
}
}