From a50f645cda2ed271fa7f762775dfd8687add55af Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 25 Jun 2020 12:51:18 +0200 Subject: [PATCH] Fixes an issue where a call after an amountless bet would show a negative value --- .../ui/modules/handhistory/model/ActionList.kt | 11 +---------- .../ui/modules/handhistory/model/ComputedAction.kt | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/ActionList.kt b/app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/ActionList.kt index 51a625be..e92454c7 100644 --- a/app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/ActionList.kt +++ b/app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/ActionList.kt @@ -5,7 +5,6 @@ import net.pokeranalytics.android.model.handhistory.Position import net.pokeranalytics.android.model.handhistory.Street import net.pokeranalytics.android.model.realm.handhistory.Action import net.pokeranalytics.android.model.realm.handhistory.HandHistory -import timber.log.Timber interface ActionManager { fun selectAction(index: Int, actionType: Action.Type) @@ -658,7 +657,7 @@ class ActionList(var listener: ActionListListener? = null) : ArrayList) { @@ -703,14 +702,6 @@ class ActionList(var listener: ActionListListener? = null) : ArrayList