open the proper repeatable event instance from week fragment
This commit is contained in:
parent
14a1658b0a
commit
0138fb9777
|
@ -384,6 +384,7 @@ class WeekFragment : Fragment(), WeeklyCalendar {
|
|||
setOnClickListener {
|
||||
Intent(activity.applicationContext, EventActivity::class.java).apply {
|
||||
putExtra(EVENT_ID, event.id)
|
||||
putExtra(EVENT_OCCURRENCE_TS, event.startTS)
|
||||
startActivity(this)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue