Skip to content

Commit

Permalink
feat(HomeScreen): remove list end indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiiMachine committed May 19, 2024
1 parent 45d9b0a commit 6e16368
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,21 +166,6 @@ fun PresentInstallsContent(
)
}
}

item(key = "END_INDICATOR") {
Box(
contentAlignment = Alignment.Center,
modifier = Modifier
.alpha(.6f)
.padding(top = 12.dp)
.fillMaxWidth(),
) {
Text(
text = "...",
style = MaterialTheme.typography.labelSmall,
)
}
}
}
}

Expand Down

0 comments on commit 6e16368

Please sign in to comment.