Skip to content
Snippets Groups Projects
Commit 1c31a9e0 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

call: fix conference creation

Change-Id: I540d4d1331b09114005034027bbba090127304ff
parent 7277fdfa
No related branches found
No related tags found
No related merge requests found
......@@ -147,8 +147,10 @@ NSInteger const MAXIMUM_TABLE_SIZE = 240;
-(void)viewDidLoad {
[super viewDidLoad];
contactsView.style = NSTableViewStylePlain;
callsView.style = NSTableViewStylePlain;
if (@available(macOS 11.0, *)) {
contactsView.style = NSTableViewStylePlain;
callsView.style = NSTableViewStylePlain;
}
[self reloadView];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment