Merge remote-tracking branch 'origin/develop' into riot_1860_2

# Conflicts:
#	Riot/Utils/Widgets/WidgetManager.m
This commit is contained in:
manuroe
2018-05-29 16:10:53 +02:00
16 changed files with 421 additions and 41 deletions
+1 -1
View File
@@ -3725,7 +3725,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;