BF: The app does not list widgets anymore

This commit is contained in:
manuroe
2018-05-24 19:01:19 +02:00
parent edfb8ddbb1
commit edaf120561

View File

@@ -3650,7 +3650,7 @@
inRoom:self.roomDataSource.room].count;
if (includeUserWidgets)
{
widgetsCount = [[WidgetManager sharedManager] userWidgets:self.roomDataSource.room.mxSession].count;
widgetsCount += [[WidgetManager sharedManager] userWidgets:self.roomDataSource.room.mxSession].count;
}
return widgetsCount;