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

Verified Commit 29bace96 authored by Fahim M. Choudhury's avatar Fahim M. Choudhury
Browse files

fix: fix replacement logic of Play Store app by CleanAPK app

parent 34d9dd95
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {