BF: Multiple rooms can be opened

Update following Steve's comment
This commit is contained in:
manuroe
2018-08-10 11:06:25 +02:00
parent 3ac72d2f3e
commit f29dbc2940
@@ -765,7 +765,7 @@
// Interactions on reset on viewWillAppear.
- (void)setUserInteractionEnabled:(BOOL)userInteractionEnabled
{
self.recentsTableView.userInteractionEnabled = userInteractionEnabled;
self.view.userInteractionEnabled = userInteractionEnabled;
}
#pragma mark - MXKDataSourceDelegate