|
|
|
|
@ -144,9 +144,9 @@ class ReplayerFragment : RealmFragment() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private fun loadHand(handHistory: HandHistory) { |
|
|
|
|
val config = ReplayerAnimator(handHistory, false) |
|
|
|
|
this.binding.replayer.animator = config |
|
|
|
|
this.model.animator = config |
|
|
|
|
val animator = ReplayerAnimator(handHistory, false) |
|
|
|
|
this.binding.replayer.animator = animator |
|
|
|
|
this.model.animator = animator |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private val mainHandler = Handler(Looper.getMainLooper()) |
|
|
|
|
|