MM-19599 Updated Channel Nav Bar height (#3509)
During the landscape changes from the previous release, I had added 8px of padding to the iOS landscape, which caused this issue to occur. This change reverts the added padding so that the height matches across the screens for the navigation bar. To note, react-native-navigation is used for the info/thread headers and there is no way to adjust the height of this without replacing the header entirley.
This commit is contained in:
parent
11ddd66809
commit
a5b4375aa5
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ export default {
|
|||
MAX_CHANNELNAME_LENGTH: 64,
|
||||
ANDROID_TOP_LANDSCAPE: 46,
|
||||
ANDROID_TOP_PORTRAIT: 56,
|
||||
IOS_TOP_LANDSCAPE: 40,
|
||||
IOS_TOP_LANDSCAPE: 32,
|
||||
IOS_TOP_PORTRAIT: 64,
|
||||
IOS_INSETS_TOP_PORTRAIT: 88,
|
||||
STATUS_BAR_HEIGHT: 20,
|
||||
|
|
|
|||
Loading…
Reference in a new issue