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 {
|
||||
putExtra(DAY_CODE, item.code)
|
||||
putExtra(VIEW_TO_OPEN, context.config.listWidgetViewToOpen)
|
||||
setOnClickFillInIntent(event_section_title, this)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue