Improve the people invite screens

#904.

Enable contacts section shrinking when the 2 sections are displayed.
This commit is contained in:
giomfo
2017-01-13 17:36:34 +01:00
parent 1a5fae6551
commit f275276e44
2 changed files with 91 additions and 6 deletions
+1 -1
View File
@@ -515,7 +515,7 @@
}
else if (self.selectedViewController == peopleSearchViewController)
{
self.backgroundImageView.hidden = (([peopleSearchViewController.tableView numberOfRowsInSection:0] != 0) || (self.keyboardHeight == 0));
self.backgroundImageView.hidden = (([peopleSearchViewController.tableView numberOfSections] != 0) || (self.keyboardHeight == 0));
}
else if (self.selectedViewController == filesSearchViewController)
{