Removes warning

bs
Laurent 5 years ago
parent cb1ea6680a
commit cb4509ff15
  1. 3
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/replayer/ReplayerFragment.kt

@ -134,7 +134,8 @@ class ReplayerFragment : RealmFragment() {
}
private fun updateSpeedButtonText() {
this.speed.text = "${this.model.speedMultiplier.value}x"
val speedText = "${this.model.speedMultiplier.value}x"
this.speed.text = speedText
}
private fun loadHand(handHistory: HandHistory) {

Loading…
Cancel
Save