Skip to content

Commit

Permalink
Updated Country from US to USA
Browse files Browse the repository at this point in the history
  • Loading branch information
myofficework000 committed Aug 10, 2023
1 parent 04db34e commit 84d2e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fun Lesson_14(){

@Composable
fun LessonContent() {
val entry1 = Pair("Key1", "US")
val entry1 = Pair("Key1", "USA")
val entry2 = Pair("Key2", "Canada")
val entry3 = Pair("Key3", "UK")
var showSelected by remember { mutableStateOf(false) }
Expand Down

0 comments on commit 84d2e00

Please sign in to comment.