Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6ef2ee9 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Fix issue loading Play Store twice.

parent b4df3024
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)
                    }