Files
Android-247-Radio/app/src/main/java
cottongin d5dc2d81bd fix: scroll only until text exits screen
Was scrolling an extra container-width of invisible distance after the
text had already left the screen, adding ~11s of dead time. Now scrolls
to -textWidthPx (text just off-screen) instead of -(textWidthPx +
containerWidthPx).

Made-with: Cursor
2026-03-18 05:18:53 -04:00
..