Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Mar 22, 2024
1 parent a484974 commit c302cec
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ class TradingActivity : FragmentActivity() {
// If an intent is launched to an already running activity, it comes to
// `onNewIntent` instead. Route both to same place for now.
viewModel.router.handleIntent(intent)


// Start the workers: Note the CarteraSetupWorker must start here because
// the WalletConnect expects the SDK initialization to happen at Activity.onCreate()
viewModel.startWorkers()
}

Expand Down

0 comments on commit c302cec

Please sign in to comment.