diff --git a/app/views/ChangePasscodeView.js b/app/views/ChangePasscodeView.js index e9dfa3384..a5c62e4a8 100644 --- a/app/views/ChangePasscodeView.js +++ b/app/views/ChangePasscodeView.js @@ -44,7 +44,8 @@ ScreenLockConfigView.navigationOptions = ({ screenProps, navigation }) => { const forceSetPasscode = navigation.getParam('forceSetPasscode', false); if (forceSetPasscode) { return { - header: null + header: null, + ...themedHeader(screenProps.theme) }; } return {