Skip to content

Commit

Permalink
android header fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnojima committed Feb 5, 2019
1 parent cb0dd4c commit 6394d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/common-adapters/header-hoc/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class HeaderHocHeader extends React.Component<Props, State> {
paddingRight: titlePadding,
},
Styles.isAndroid && {
paddingLeft: titlePaddingLeft,
paddingLeft: onLeftAction ? titlePaddingLeft : Styles.globalMargins.small,
paddingRight: titlePadding,
},
])}
Expand Down

0 comments on commit 6394d03

Please sign in to comment.