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

Commit 6bc3abf4 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

GPlayAPIImpl: Filter duplicates

parent c429f616
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,6 +152,6 @@ class GPlayAPIImpl @Inject constructor(
                list.addAll(it.clusterAppList)
            }
        }
        return list
        return list.distinctBy { it.packageName }
    }
}