Refactoring

kmm_hh
Laurent 5 years ago
parent ecfbb87a42
commit 4cc9a73120
  1. 6
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/replayer/ReplayerFragment.kt

@ -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())

Loading…
Cancel
Save