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

Commit d3531a0f authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

log when updating content rating

parent 03d8f48b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ class ValidateAppAgeLimitUseCase @Inject constructor(

        if (app.contentRating.id.isEmpty()) {
            contentRatingRepository.getEnglishContentRating(app.packageName)?.run {
                Timber.d("Updating content rating for package: ${app.packageName}")
                app.contentRating = this
            }
        }