Added comment

This commit is contained in:
Aram Sargsyan 2017-08-26 13:12:49 +04:00
parent ed15a6599e
commit 13cff8690f

View file

@ -142,6 +142,9 @@
[alertController addAction:cancelAction];
UIAlertAction *sendAction = [UIAlertAction actionWithTitle:[NSBundle mxk_localizedStringForKey:@"send"] style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
//With the new datasource, we can't get MXRoom instance.
MXRoom *selectedRoom = [self.dataSource getRoomAtIndexPath:indexPath];
[ShareExtensionManager sharedManager].delegate = self;