Skip to content

Commit 91f19f0

Browse files
committed
chore(flipcash/balance): remove negative action in lieu of cancel
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent dde7f4f commit 91f19f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • apps/flipcash/features/balance/src/main/kotlin/com/flipcash/app/balance/internal

apps/flipcash/features/balance/src/main/kotlin/com/flipcash/app/balance/internal/BalanceViewModel.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ internal class BalanceViewModel @Inject constructor(
7070
showScrim = true,
7171
positiveText = resources.getString(R.string.action_cancelTransfer),
7272
onPositive = { dispatchEvent(Event.CancelTransfer(vault = metadata.creator)) },
73-
negativeText = resources.getString(R.string.action_nevermind)
7473
)
7574
)
7675
}.launchIn(viewModelScope)

0 commit comments

Comments
 (0)