mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
android - remote developer name from grid items
This commit is contained in:
parent
a64eb877a2
commit
e6c6ea1c1b
1 changed files with 0 additions and 8 deletions
|
@ -540,14 +540,6 @@ class HomeViews {
|
|||
.padding(vertical = 4.dp)
|
||||
.basicMarquee()
|
||||
)
|
||||
Text(
|
||||
text = gameModel.developer ?: "N/A",
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
modifier = Modifier
|
||||
.padding(vertical = 4.dp)
|
||||
.basicMarquee()
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue