Added comment

This commit is contained in:
Aram Sargsyan
2017-08-26 13:12:49 +04:00
parent c88f661a01
commit 06e4491d04
@@ -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;