File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ - (void)mergeOptions:(RNNNavigationOptions *)newOptions currentOptions:(RNNNavig
128128 RNNNavigationOptions * withDefault = (RNNNavigationOptions *) [[newOptions mergeInOptions: currentOptions] withDefault: [self defaultOptions ]];
129129 [navigationController rnn_setNavigationBarFontFamily: [withDefault.topBar.title.fontFamily getWithDefaultValue: nil ]
130130 fontSize: [withDefault.topBar.title.fontSize getWithDefaultValue: nil ]
131- fontWeight: [newOptions .topBar.title.fontWeight getWithDefaultValue: nil ]
131+ fontWeight: [withDefault .topBar.title.fontWeight getWithDefaultValue: nil ]
132132 color: [withDefault.topBar.title.color getWithDefaultValue: nil ]];
133133
134134 if (newOptions.topBar .component .name .hasValue ) {
You can’t perform that action at this time.
0 commit comments