Fixes visual issues with small 2/3 players grid

hh
Laurent 5 years ago
parent 1514ac64e5
commit 7c6cfc70d1
  1. 1
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/replayer/ReplayerAnimator.kt

@ -238,7 +238,6 @@ class ReplayerAnimator(var handHistory: HandHistory, var export: Boolean) {
val maxPlayerCards = this.handHistory.maxPlayerCards
val grid = when (this.handHistory.numberOfPlayers) {
2, 3 -> Pair(2.8f, 4f)
9, 10 -> Pair(4f, 5f)
else -> Pair(3.2f, 4.4f)
}

Loading…
Cancel
Save