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 ce48b54784
commit 16419eb6e8
4 changed files with 8 additions and 5 deletions
@@ -21,13 +21,11 @@
NSString *const kJavascriptSendResponseToPostMessageAPI = @"riotIOS.sendResponse('%@', %@);";
@interface WidgetViewController ()
{
Widget *widget;
}
@end
@implementation WidgetViewController
@synthesize widget;
- (instancetype)initWithUrl:(NSString*)widgetUrl forWidget:(Widget*)theWidget
{