Merge branch 'develop' into deprecations/contacts-api

This commit is contained in:
Fridtjof Mund
2019-02-20 18:14:36 +01:00
committed by GitHub
250 changed files with 3606 additions and 1335 deletions
@@ -112,6 +112,7 @@
// Check the table view style to select its bg color.
self.contactsTableView.backgroundColor = ((self.contactsTableView.style == UITableViewStylePlain) ? ThemeService.shared.theme.backgroundColor : ThemeService.shared.theme.headerBackgroundColor);
self.view.backgroundColor = self.contactsTableView.backgroundColor;
self.contactsTableView.separatorColor = ThemeService.shared.theme.lineBreakColor;
if (self.contactsTableView.dataSource)
{