Commit ba52d2f
authored
fix(iOS): fix possible build issues on Mac Catalyst due to implicit conversions (#3594)
## Description
Closes
<#3592>
The fix relies on adding an explicit cast from `BOOL` to `bool`.
Currently, I am not aware of any scenario where described cast could
fail, therefore I determine it to be safe.
This change reportedly fixes an issue with build on Mac Catalyst.
The fix is analogous to the one I did in
<#3202>.
## Before & after - visual documentation
N/A
## Test plan
This diff does not change behavior on our end. For us sufficient testing
plan would be
for out CIs to pass. I'm relying here on user confirmation that the PR
indeed fixes the issue.
## Checklist
- [ ] Included code example that can be used to test this change.
- [ ] Updated / created local changelog entries in relevant test files.
- [ ] For visual changes, included screenshots / GIFs / recordings
documenting the change.
- [ ] For API changes, updated relevant public types.
- [x] Ensured that CI passes1 parent 92b9cdf commit ba52d2f
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments