Loading app/src/main/java/foundation/e/apps/data/application/home/HomeApiImpl.kt +2 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,8 @@ class HomeApiImpl @Inject constructor( emit(result.await()) } stores.getStores().forEach { (source, _) -> val otherStores = stores.getStores().filter { it.key != Source.PLAY_STORE } otherStores.forEach { (source, _) -> val result = async { loadHomeData(list, source) } Loading Loading
app/src/main/java/foundation/e/apps/data/application/home/HomeApiImpl.kt +2 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,8 @@ class HomeApiImpl @Inject constructor( emit(result.await()) } stores.getStores().forEach { (source, _) -> val otherStores = stores.getStores().filter { it.key != Source.PLAY_STORE } otherStores.forEach { (source, _) -> val result = async { loadHomeData(list, source) } Loading