BF: Cannot join from a room preview for room with a long topic (#1645)

Show the expanded room headers on iPad
This commit is contained in:
manuroe
2018-03-12 15:56:41 +01:00
parent 8297b8c4ee
commit b0624f20ab
+2 -1
View File
@@ -1583,7 +1583,8 @@
{
if (previewHeader)
{
if (isLandscapeOriented)
if (isLandscapeOriented
&& [GBDeviceInfo deviceInfo].family == GBDeviceFamilyiPad)
{
CGRect frame = self.navigationController.navigationBar.frame;