Review changes

This commit is contained in:
Aram Sargsyan
2017-09-08 19:02:45 +04:00
parent c962a056e3
commit 0b0a4a12b8
6 changed files with 109 additions and 91 deletions
@@ -143,8 +143,6 @@
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;