Skip to content

Commit

Permalink
update lite file
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhang5 committed Jul 10, 2024
1 parent c7c3a78 commit 5bcc37f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ abstract class BaseContainerFragment : BaseResourceFragment() {

fun setRatings(`object`: JsonObject?) {
if (`object` != null) {
AdapterCourses.showRating(`object`, rating, timesRated, ratingBar)
AdapterCourses.showRating(`object`, rating, timesRated, ratingBar, context)
}
}
fun getUrlsAndStartDownload(
Expand Down

0 comments on commit 5bcc37f

Please sign in to comment.