Commit 27312f5
committed
Fix build and stability issues on Android and Online screens
- Fixed syntax errors in MatchChatDisplay.cs and MatchLeaderboard.cs where long? was accessed incorrectly.
- Resolved CS8602 in TestSceneSoloResultsScreen.cs.
- Maintained null guards for RoomID.Value to prevent InvalidOperationException crashes.
- Kept Vulkan enablement and JNI surface handling improvements for Android.1 parent a939c28 commit 27312f5
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- osu.Game.Tests/Visual/Ranking
- osu.Game/Screens/OnlinePlay/Match/Components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments