Fixes warning

hh
Laurent 6 years ago
parent 0a603bab1a
commit e88700b36b
  1. 2
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/ActionList.kt

@ -14,7 +14,7 @@ interface ActionManager {
fun getStreetNextCalls(index: Int): List<ComputedAction> fun getStreetNextCalls(index: Int): List<ComputedAction>
fun getPlayerNextStreetActions(index: Int): List<ComputedAction> fun getPlayerNextStreetActions(index: Int): List<ComputedAction>
fun dropNextActions(index: Int) fun dropNextActions(index: Int)
fun allinAmountSet(position: Int) fun allinAmountSet(positionIndex: Int)
} }
interface ActionListListener : PlayerSetupCreationListener { interface ActionListListener : PlayerSetupCreationListener {

Loading…
Cancel
Save