mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
Fixed opening search results (#2180)
This commit is contained in:
@ -1282,6 +1282,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||||||
if (it is ListEvent) {
|
if (it is ListEvent) {
|
||||||
Intent(applicationContext, getActivityToOpen(it.isTask)).apply {
|
Intent(applicationContext, getActivityToOpen(it.isTask)).apply {
|
||||||
putExtra(EVENT_ID, it.id)
|
putExtra(EVENT_ID, it.id)
|
||||||
|
putExtra(EVENT_OCCURRENCE_TS, it.startTS)
|
||||||
startActivity(this)
|
startActivity(this)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user