mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-16 11:50:47 +01:00
apply the set default view at opening the app via widget list sections too
This commit is contained in:
parent
5a79836ca8
commit
070fc7c33b
@ -132,6 +132,7 @@ class EventListWidgetAdapter(val context: Context) : RemoteViewsService.RemoteVi
|
|||||||
|
|
||||||
Intent().apply {
|
Intent().apply {
|
||||||
putExtra(DAY_CODE, item.code)
|
putExtra(DAY_CODE, item.code)
|
||||||
|
putExtra(VIEW_TO_OPEN, context.config.listWidgetViewToOpen)
|
||||||
setOnClickFillInIntent(event_section_title, this)
|
setOnClickFillInIntent(event_section_title, this)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user