Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Nov 27, 2024
1 parent 9e59fb0 commit a05ac9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ object WalletList {
modifier = Modifier
.fillMaxWidth()
.clickable {
// nav.openWalletConnectModal()
viewState.wcModalAction?.invoke()
},
) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class WalletListViewModel(
toastMessage("Please switch to the wallet app")
},
completion = { signature, error ->
// delay for 1 second
// delay for 1 second, according to app switching
Thread.sleep(1000)
if (error != null) {
toastWalletError(error)
Expand Down

0 comments on commit a05ac9c

Please sign in to comment.