Room preview: Do not show right buttons (search and matrix apps) in the navigation bar, even disabled and grayed

This commit is contained in:
manuroe
2018-03-12 16:16:30 +01:00
parent b0624f20ab
commit 092f7979bf
+2 -5
View File
@@ -1227,11 +1227,8 @@
// Set the right room title view
if (self.isRoomPreview)
{
// Disable the right buttons
for (UIBarButtonItem *barButtonItem in self.navigationItem.rightBarButtonItems)
{
barButtonItem.enabled = NO;
}
// Do not show the right buttons
self.navigationItem.rightBarButtonItems = nil;
[self showPreviewHeader:YES];
}