Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
abdrasulov committed Apr 23, 2024
1 parent f207845 commit e16f2c2
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 e16f2c2

Please sign in to comment.