Loading app/src/main/java/foundation/e/apps/data/application/search/SearchApiImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ class SearchApiImpl @Inject constructor( return gPlayApps.map { gPlayApp -> availableApps.find { it.package_name == gPlayApp.package_name }?.apply { isGplayReplaced = true source = Source.PLAY_STORE source = Source.OPEN_SOURCE } ?: gPlayApp } } catch (e: Exception) { Loading Loading
app/src/main/java/foundation/e/apps/data/application/search/SearchApiImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ class SearchApiImpl @Inject constructor( return gPlayApps.map { gPlayApp -> availableApps.find { it.package_name == gPlayApp.package_name }?.apply { isGplayReplaced = true source = Source.PLAY_STORE source = Source.OPEN_SOURCE } ?: gPlayApp } } catch (e: Exception) { Loading