mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-18 16:01:44 +00:00
A simple Media Hub
- Replaced blocking map() with flatMapLatest() and flow builder - Moved network operations to IO dispatcher using flowOn() - Changed from imperative loop to functional mapNotNull() - Prevents UI freezing when fetching multiple addons - Improves responsiveness by running network calls on IO threads This ensures that addon fetching doesn't block the main thread and improves performance when loading multiple addons concurrently. |
||
|---|---|---|
| .idea | ||
| .kotlin/errors | ||
| app | ||
| gradle | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle.kts | ||