Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class BattleScreenLocations @Inject constructor(

val servantDetailsFaceCardRegion = when (gameServer) {
// FGO JP 2024-04-12 updated the UI resulting in the bricking of the face card detection
is GameServer.Jp, GameServer.Cn, is GameServer.Kr -> Region(-685, 410, 110, 60).xFromCenter()
is GameServer.Jp, GameServer.Cn, is GameServer.Kr, is GameServer.En -> Region(-685, 410, 110, 60).xFromCenter()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switch to Tw only here and move the comment to else

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

else -> Region(-685, 330, 110, 60).xFromCenter()
}

Expand Down
Loading