Media Picker: Allow multi selection of pictures #301

Show only multisession only when required (ie not for the choosing the room avatar)
This commit is contained in:
manuroe
2016-08-04 16:15:29 +02:00
parent 026be54be4
commit bfcde35468
2 changed files with 10 additions and 1 deletions
@@ -87,7 +87,10 @@
}];
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:NSLocalizedStringFromTable(@"media_picker_select", @"Vector", nil) style:UIBarButtonItemStylePlain target:self action:@selector(onSelect:)];
if (_allowsMultipleSelection)
{
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:NSLocalizedStringFromTable(@"media_picker_select", @"Vector", nil) style:UIBarButtonItemStylePlain target:self action:@selector(onSelect:)];
}
}
- (void)dealloc