Skip to content

Commit

Permalink
update: add semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTFtrue committed Feb 7, 2024
1 parent 76814ba commit 652cdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/ztftrue/music/ui/home/MainView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fun MainView(
}
}
Surface(
modifier = Modifier.fillMaxSize(), color = MaterialTheme.colorScheme.background
modifier = Modifier.fillMaxSize().semantics { contentDescription = "MainView" }, color = MaterialTheme.colorScheme.background
) {
ModalNavigationDrawer(
drawerState = drawerState,
Expand Down

0 comments on commit 652cdec

Please sign in to comment.