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 c5d9957be5
commit c87be8150c

View file

@ -1583,7 +1583,8 @@
{
if (previewHeader)
{
if (isLandscapeOriented)
if (isLandscapeOriented
&& [GBDeviceInfo deviceInfo].family == GBDeviceFamilyiPad)
{
CGRect frame = self.navigationController.navigationBar.frame;