We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e896ee commit 066d3b3Copy full SHA for 066d3b3
compose/mpp/demo/src/iosMain/kotlin/androidx/compose/mpp/demo/textfield/NITITextFields.ios.kt
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2023 The Android Open Source Project
+ * Copyright 2026 The Android Open Source Project
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -77,7 +77,7 @@ private val enabledNitiOptions = PlatformImeOptions {
77
}
78
79
val NITITextFields = Screen.Selection(
80
- title = "NITI Tests",
+ title = "NITI Examples",
81
screens = listOf(
82
Screen.Example("NITI Fullscreen BTF1") { NitiFullscreenBtf1() },
83
Screen.Example("NITI Fullscreen BTF2") { NitiFullscreenBtf2() },
0 commit comments