Send sticker: Do not list anymore user's widgets (the sticker picker atm) in the WidgetPickerVC

https://github.com/vector-im/riot-ios/issues/1860
This commit is contained in:
manuroe
2018-05-24 16:02:51 +02:00
parent cfc7830f86
commit 68fb1f16bf
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -3102,7 +3102,7 @@
// Matrix Apps button
else if (self.navigationItem.rightBarButtonItems.count == 2 && sender == self.navigationItem.rightBarButtonItems[1])
{
if ([self widgetsCount:YES])
if ([self widgetsCount:NO])
{
WidgetPickerViewController *widgetPicker = [[WidgetPickerViewController alloc] initForMXSession:self.roomDataSource.mxSession
inRoom:self.roomDataSource.roomId];