Loading app/src/main/java/foundation/e/apps/data/blockedApps/ContentRatingsRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ class ContentRatingsRepository @Inject constructor( } suspend fun getEnglishContentRating(packageName: String): ContentRating? { val authData = authenticatorRepository.gplayAuth!! val authData = authenticatorRepository.gplayAuth ?: return null val contentRatingHelper = ContentRatingHelper(authData) return handleNetworkResult { Loading Loading
app/src/main/java/foundation/e/apps/data/blockedApps/ContentRatingsRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ class ContentRatingsRepository @Inject constructor( } suspend fun getEnglishContentRating(packageName: String): ContentRating? { val authData = authenticatorRepository.gplayAuth!! val authData = authenticatorRepository.gplayAuth ?: return null val contentRatingHelper = ContentRatingHelper(authData) return handleNetworkResult { Loading