Commit 8ecff80
committed
Hard revert Android to cccb5b8 with comprehensive stability and InspectCode fixes
- Reverted Android project properties and Oboe native bridge to cccb5b8.
- Ported critical Multiplayer and Daily Challenge stability fixes from 4469927/57f8446d.
- Resolved all InspectCode and CodeQL findings:
- Merged sequential null checks into pattern matching.
- Converted complex delegates to lambda expressions.
- Simplified redundant boolean comparisons (e.g., using `is true` and `is > 0`).
- Fixed missing blank lines in UI components.
- Removed redundant member initializers.
- Enforced strict formatting (no tabs, no trailing whitespace) across modified files.
- Updated CI environment to Xcode 26.3 for .NET 10 iOS support.
- Fixed playlist visual test timeouts.1 parent 4cb6725 commit 8ecff80
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 | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments