Skip to content

Commit db7389e

Browse files
chore: Add comment on PongWars Android specific adjustment
1 parent 9aa2416 commit db7389e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UI/PongWars/src/UnoPongWars/Presentation/GamePage.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ public GamePage()
4444
.MaxWidth(400)
4545
.Margin(16)
4646
.Maximum(1000)
47+
48+
// Adjusting minimum slider value for Android to address the UI layer performance concerns specific to this platform
4749
#if __ANDROID__
4850
.Minimum(100)
4951
#else

0 commit comments

Comments
 (0)