Skip to content

Commit

Permalink
Update GithubDetail.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
JunJaBoy committed Oct 4, 2023
1 parent e2f315e commit 4f55bc6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ fun GithubRankingItem(
verticalAlignment = Alignment.CenterVertically,
) {
Image(
/*painter = rememberAsyncImagePainter(
model = githubInformation?.profileFilename,
placeholder = ColorPainter(gray200),
error = painterResource(id = R.drawable.ic_profile_default)
),*/
painter = rememberAsyncGifImagePainter(githubInformation?.profileFilename),
contentScale = ContentScale.Crop,
contentDescription = null,
Expand Down

0 comments on commit 4f55bc6

Please sign in to comment.