LukasLechnerDev / Kotlin-Coroutines-and-Flow-UseCases-on-Android

🎓 Learning Kotlin Coroutines and Flows for Android by example. 🚀 Sample implementations for real-world Android use cases. 🛠 Unit tests included!
Apache License 2.0
2.63k stars 433 forks source link

For case 13(Exception handling),the last sub-case is missing. #12

Closed captain82 closed 2 years ago

LukasLechnerDev commented 2 years ago

Oh, the button was not working. I removed it, since this example (using runCatching instead of try-catch) is not related to coroutines anyway.