Skip to content

Commit

Permalink
Update GithubDetail.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
JunJaBoy authored Oct 4, 2023
1 parent 4f55bc6 commit 2b5f0c0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ fun GithubItem(
)
Image(
painter = rememberAsyncGifImagePainter(githubUser.profile_file_name),
/*rememberAsyncImagePainter(
model = githubList.profile_file_name,
placeholder = ColorPainter(gray200),
error = painterResource(id = R.drawable.ic_profile_default)
)*/
contentScale = ContentScale.Crop,
contentDescription = null,
modifier = Modifier
Expand Down

0 comments on commit 2b5f0c0

Please sign in to comment.