File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/src/main/java/com/example/musify/ui/screens Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ import com.example.musify.ui.dynamicTheme.dynamicbackgroundmodifier.DynamicBackg
19
19
import com.example.musify.ui.dynamicTheme.dynamicbackgroundmodifier.dynamicBackground
20
20
import kotlinx.coroutines.flow.Flow
21
21
22
- // TODO make artist and album name scrollable if they overflow
23
- // TODO change layout based on [Streamable] type
24
22
// collecting the flow within the composable scopes the collector to the composable.
25
23
// 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.
27
26
@Composable
28
27
fun NowPlayingScreen (
29
28
streamable : Streamable ,
You can’t perform that action at this time.
0 commit comments