mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
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:
@@ -1583,7 +1583,8 @@
|
||||
{
|
||||
if (previewHeader)
|
||||
{
|
||||
if (isLandscapeOriented)
|
||||
if (isLandscapeOriented
|
||||
&& [GBDeviceInfo deviceInfo].family == GBDeviceFamilyiPad)
|
||||
{
|
||||
CGRect frame = self.navigationController.navigationBar.frame;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user