This commit is contained in:
Administrator 2026-02-10 16:41:13 +08:00
parent f919d28673
commit 13786919ab
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class MainActivity : ComponentActivity() {
@Composable @Composable
fun Greeting(name: String, modifier: Modifier = Modifier) { fun Greeting(name: String, modifier: Modifier = Modifier) {
Text( Text(
text = "Hello $name!", text = "Hello $name! Gayyyyyyyyyyyy",
modifier = modifier modifier = modifier
) )
} }