Send sticker: Fix the missing delete button on a sticker pack

https://github.com/vector-im/riot-ios/issues/1860
This commit is contained in:
manuroe
2018-05-24 18:22:59 +02:00
parent e0ef526204
commit fb24d4b976
4 changed files with 8 additions and 5 deletions
@@ -52,7 +52,7 @@
initForMXSession:self.roomDataSource.mxSession
inRoom:self.roomDataSource.roomId
screen:[IntegrationManagerViewController screenForWidget:kWidgetTypeStickerPicker]
widgetId:kWidgetTypeStickerPicker];
widgetId:self.widget.widgetId];
[self presentViewController:modularVC animated:NO completion:nil];
}