This commit is contained in:
ponzischeme89
2026-08-12 07:33:24 +12:00
parent 5fed3360c2
commit e30962245e
2 changed files with 1 additions and 7 deletions
+1
View File
@@ -1,4 +1,5 @@
## 0.2.53 — 2026-08-11 ## 0.2.53 — 2026-08-11
- Fixed: Removed the home-screen message asking viewers to open the For You page.
- Improved: The play button used by the mini hero cards now appears over every focused poster. - Improved: The play button used by the mini hero cards now appears over every focused poster.
- Improved: Reduced the primary hero logo so its supporting details remain visible. - Improved: Reduced the primary hero logo so its supporting details remain visible.
- Improved: The profile rail now shows the name of the user signed in on the television. - Improved: The profile rail now shows the name of the user signed in on the television.
@@ -4399,13 +4399,6 @@ private fun ForYouNudgeBanner(
maxLines = 1, maxLines = 1,
overflow = TextOverflow.Ellipsis, overflow = TextOverflow.Ellipsis,
) )
Text(
"Open For You from the menu and choose how much time you have.",
color = MembyMutedText,
fontSize = 15.sp,
maxLines = 1,
overflow = TextOverflow.Ellipsis,
)
} }
} }
} }