mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-03-24 07:10:17 +01:00
do not call the superupdate at list widget provider
This commit is contained in:
parent
212e7d4903
commit
146fac537f
@ -25,7 +25,6 @@ class MyWidgetListProvider : AppWidgetProvider() {
|
||||
|
||||
override fun onUpdate(context: Context, appWidgetManager: AppWidgetManager, appWidgetIds: IntArray) {
|
||||
initVariables(context)
|
||||
super.onUpdate(context, appWidgetManager, appWidgetIds)
|
||||
}
|
||||
|
||||
private fun initVariables(context: Context) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user