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.66k stars 437 forks source link

Fix usecase 7 not showing entire response #14

Closed thesohelshaikh closed 2 years ago

thesohelshaikh commented 2 years ago

Context

Added a ScrollView wrapping the TextView that displays the response. ScrollView allows users to scroll and see the entire response.

LukasLechnerDev commented 2 years ago

@thesohelshaikh

Merged! Thank you very much 👍