mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-19 08:22:00 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| libs | ||
| src/main | ||
| .gitignore | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||