Room Participants: Retrieve the potential segmented view controller from the parent view controller.

This commit is contained in:
giomfo
2016-06-23 18:43:01 +02:00
parent 767cc8830f
commit b5a8124c24
3 changed files with 7 additions and 16 deletions
@@ -1733,7 +1733,6 @@
participantsViewController.delegate = self;
participantsViewController.enableMention = YES;
participantsViewController.mxRoom = [session roomWithRoomId:roomid];
participantsViewController.segmentedViewController = segmentedViewController;
[viewControllers addObject:participantsViewController];
[titles addObject: NSLocalizedStringFromTable(@"room_details_settings", @"Vector", nil)];