Skip to content

Commit c58bfdb

Browse files
committed
docs: remove todo comment from NowPlayingScreen.kt
1 parent 63ab2e6 commit c58bfdb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/src/main/java/com/example/musify/ui/screens/NowPlayingScreen.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ import com.example.musify.ui.dynamicTheme.dynamicbackgroundmodifier.DynamicBackg
1919
import com.example.musify.ui.dynamicTheme.dynamicbackgroundmodifier.dynamicBackground
2020
import kotlinx.coroutines.flow.Flow
2121

22-
// TODO make artist and album name scrollable if they overflow
23-
// TODO change layout based on [Streamable] type
2422
// collecting the flow within the composable scopes the collector to the composable.
2523
// This ensures that the collection of flow is stopped as soon this composable
26-
// is removed from composition.
24+
// is removed from composition. Therefore, this composables use parameters of type
25+
// Flow.
2726
@Composable
2827
fun NowPlayingScreen(
2928
streamable: Streamable,

0 commit comments

Comments
 (0)