Commit c4b7586
authored
fix: ensure PausedInDebuggerOverlay has message set before presenting (#2594)
## Summary:
RCTUILabel doesn't like it if we set message to nil, which we
accidentally did by loading our viewController into a window (which
calls viewDidLoad, which creates our label and sets message) before we
have set our property. Simple fix to call code in the right order.
## Test Plan:
<img width="1392" height="860" alt="image"
src="https://github.com/user-attachments/assets/c6158b2c-4f8f-4348-9eb0-e863ec72a9e1"
/>1 parent d947e33 commit c4b7586
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | 182 | | |
184 | 183 | | |
185 | | - | |
| 184 | + | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
0 commit comments