Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
abdrasulov committed Apr 24, 2024
1 parent 6b376e9 commit 920cbec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,7 @@ class Eip20ApproveViewModel(
viewModelScope.launch {
sendTransactionService.stateFlow.collect { transactionState ->
sendTransactionState = transactionState

// loading = transactionState.loading

emitState()

// if (sendTransactionState.sendable) {
// timerService.start(10)
// }
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,7 @@ class Eip20RevokeConfirmViewModel(
viewModelScope.launch {
sendTransactionService.stateFlow.collect { transactionState ->
sendTransactionState = transactionState

// loading = transactionState.loading

emitState()

// if (sendTransactionState.sendable) {
// timerService.start(10)
// }
}
}

Expand Down

0 comments on commit 920cbec

Please sign in to comment.