Remove unused rootViewController

pull/2/head
Tiago Jacobs 3 years ago
parent 0088b12fd4
commit f10c9bf249

@ -17,8 +17,6 @@ RCT_EXPORT_MODULE(BBBN_SystemBroadcastPicker)
- (UIView *)view
{
UIViewController *rootViewController = [UIApplication sharedApplication].delegate.window.rootViewController;
RPSystemBroadcastPickerView *pickerView = [[RPSystemBroadcastPickerView alloc]initWithFrame:CGRectMake(0, 0, 16, 16)];
pickerView.preferredExtension = @"org.bigbluebutton.mobile.BigBlueButton.BroadcastUpload";

Loading…
Cancel
Save