mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
apply the set default view at opening the app via widget list sections too
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user