fixed some list widget loading issues

This commit is contained in:
tibbi 2019-07-26 09:54:21 +02:00
parent b46777eb23
commit e269f030b8
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class EventListWidgetAdapter(val context: Context) : RemoteViewsService.RemoteVi
override fun getLoadingView() = null
override fun getViewTypeCount() = 2
override fun getViewTypeCount() = 3
override fun onCreate() {}