Updated on 2026-08-14

This commit is contained in:
Tangem 2023-04-11 19:35:22 +03:00
parent 3d0308ef55
commit 55e30c880b

View file

@ -145,11 +145,7 @@ class TransactionExtrasReducer : SendInternalReducer {
return updateLastState(sendState.copy(transactionExtrasState = result), result)
}
private fun handleTonMemo(
action: TonMemo,
sendState: SendState,
infoState: TransactionExtrasState,
): SendState {
private fun handleTonMemo(action: TonMemo, sendState: SendState, infoState: TransactionExtrasState): SendState {
val result = when (action) {
is TonMemo.HandleUserInput -> {
val memo = action.data