mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
feat: Remove quick play content on the Nextup section
This commit is contained in:
@@ -241,31 +241,6 @@ fun NextUpCard(
|
|||||||
},
|
},
|
||||||
contentScale = ContentScale.Crop,
|
contentScale = ContentScale.Crop,
|
||||||
)
|
)
|
||||||
IconButton(
|
|
||||||
modifier = Modifier
|
|
||||||
.align(Alignment.BottomEnd)
|
|
||||||
.padding(end = 8.dp, bottom = 16.dp)
|
|
||||||
.clip(CircleShape)
|
|
||||||
.background(scheme.secondary)
|
|
||||||
.size(36.dp),
|
|
||||||
onClick = {
|
|
||||||
val intent = Intent(context, PlayerActivity::class.java)
|
|
||||||
intent.putExtra("MEDIA_ID", item.id.toString())
|
|
||||||
context.startActivity(intent)
|
|
||||||
},
|
|
||||||
colors = IconButtonColors(
|
|
||||||
containerColor = scheme.secondary,
|
|
||||||
contentColor = scheme.onSecondary,
|
|
||||||
disabledContainerColor = scheme.secondary,
|
|
||||||
disabledContentColor = scheme.onSecondary
|
|
||||||
)
|
|
||||||
) {
|
|
||||||
Icon(
|
|
||||||
imageVector = Icons.Outlined.PlayArrow,
|
|
||||||
contentDescription = "Play",
|
|
||||||
modifier = Modifier.size(28.dp),
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Column(modifier = Modifier.padding(top = 12.dp)) {
|
Column(modifier = Modifier.padding(top = 12.dp)) {
|
||||||
Text(
|
Text(
|
||||||
|
|||||||
Reference in New Issue
Block a user