Skip to content

Commit 066d3b3

Browse files
committed
corrected the year and the title in NITITextFields
1 parent 2e896ee commit 066d3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose/mpp/demo/src/iosMain/kotlin/androidx/compose/mpp/demo/textfield/NITITextFields.ios.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 The Android Open Source Project
2+
* Copyright 2026 The Android Open Source Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -77,7 +77,7 @@ private val enabledNitiOptions = PlatformImeOptions {
7777
}
7878

7979
val NITITextFields = Screen.Selection(
80-
title = "NITI Tests",
80+
title = "NITI Examples",
8181
screens = listOf(
8282
Screen.Example("NITI Fullscreen BTF1") { NitiFullscreenBtf1() },
8383
Screen.Example("NITI Fullscreen BTF2") { NitiFullscreenBtf2() },

0 commit comments

Comments
 (0)