Electric-Coin-Company / zashi-android

The Zashi Zcash Wallet, Android Edition
MIT License
20 stars 14 forks source link

Trigger `runCreateTransactions` on lifecycleScope #1456

Closed HonzaR closed 4 weeks ago

HonzaR commented 1 month ago

Is your feature request related to a problem? Please describe.

Let's move running the CreateTransactionsViewModel#runCreateTransactions on the lifecycleScope instead of the local coroutine scope to untie it from the local context.

Describe the solution you'd like

Alternatives you've considered

Additional context