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 feb0e9e563
commit 8ae84c2b01
@@ -765,7 +765,7 @@
// Interactions on reset on viewWillAppear.
- (void)setUserInteractionEnabled:(BOOL)userInteractionEnabled
{
self.recentsTableView.userInteractionEnabled = userInteractionEnabled;
self.view.userInteractionEnabled = userInteractionEnabled;
}
#pragma mark - MXKDataSourceDelegate