do not call the superupdate at list widget provider

This commit is contained in:
tibbi 2017-10-21 09:27:08 +02:00
parent 212e7d4903
commit 146fac537f
1 changed files with 0 additions and 1 deletions

View File

@ -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) {