Loading app/src/main/java/foundation/e/apps/api/exodus/repositories/AppPrivacyInfoRepositoryImpl.kt +1 −5 Original line number Diff line number Diff line Loading @@ -58,11 +58,7 @@ class AppPrivacyInfoRepositoryImpl @Inject constructor( ) { fusedApp.trackers = appPrivacyPrivacyInfoResult.data?.trackerList ?: LIST_OF_NULL fusedApp.permsFromExodus = appPrivacyPrivacyInfoResult.data?.permissionList ?: LIST_OF_NULL if (fusedApp.perms.isEmpty() && fusedApp.permsFromExodus != LIST_OF_NULL) { /* * fusedApp.perms is generally populated from remote source like Play Store. * If it is empty then set the value from permissions from exodus api. */ if (fusedApp.permsFromExodus != LIST_OF_NULL) { fusedApp.perms = fusedApp.permsFromExodus } } Loading Loading
app/src/main/java/foundation/e/apps/api/exodus/repositories/AppPrivacyInfoRepositoryImpl.kt +1 −5 Original line number Diff line number Diff line Loading @@ -58,11 +58,7 @@ class AppPrivacyInfoRepositoryImpl @Inject constructor( ) { fusedApp.trackers = appPrivacyPrivacyInfoResult.data?.trackerList ?: LIST_OF_NULL fusedApp.permsFromExodus = appPrivacyPrivacyInfoResult.data?.permissionList ?: LIST_OF_NULL if (fusedApp.perms.isEmpty() && fusedApp.permsFromExodus != LIST_OF_NULL) { /* * fusedApp.perms is generally populated from remote source like Play Store. * If it is empty then set the value from permissions from exodus api. */ if (fusedApp.permsFromExodus != LIST_OF_NULL) { fusedApp.perms = fusedApp.permsFromExodus } } Loading