Commit be91c26
Fix copy-paste error in DevToolsRuntimeSettings (#55010)
Summary:
Fixes a copy-paste error in `DevToolsRuntimeSettings::setReloadAndProfileConfig` where `recordChangeDescriptions` was guarded by the wrong optional field.
The correct conditional check is already used in https://github.com/facebook/react-native/blob/main/packages/react-native/React/CoreModules/RCTDevToolsRuntimeSettingsModule.mm#L28
## Changelog:
[INTERNAL] [FIXED] Fix incorrect optional field check in DevToolsRuntimeSettings
Pull Request resolved: #55010
Test Plan: Code inspection only – trivial copy-paste fix with no behavior change outside correctly applying `recordChangeDescriptions` when present.
Reviewed By: mdvacca
Differential Revision: D90011483
Pulled By: cortinico
fbshipit-source-id: c00c3340625a11673a7e9011f1e373474d5a37e31 parent 89ac112 commit be91c26
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments