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:
CJ 2019-11-04 19:29:50 -05:00 committed by Miguel Alatzar
parent 11ddd66809
commit a5b4375aa5

View file

@ -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,