RoomViewController: override correctly 'viewDidLayoutSubviews'

This commit is contained in:
giomfo
2016-09-12 10:57:44 +02:00
parent 1c1a608af7
commit 8a11cad277
@@ -443,6 +443,8 @@
- (void)viewDidLayoutSubviews
{
[super viewDidLayoutSubviews];
UIEdgeInsets contentInset = self.bubblesTableView.contentInset;
contentInset.bottom = self.bottomLayoutGuide.length;
self.bubblesTableView.contentInset = contentInset;