Skip to content

Commit

Permalink
chore: removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Sep 24, 2024
1 parent 92fbea4 commit 4cfa31c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AutocompleteDemoActivity : AppCompatActivity() {
as AutocompleteSupportFragment

// Specify the types of place data to return.
autocompleteFragment.setPlaceFields(listOf(Place.Field.ID, Place.Field.DISPLAY_NAME))
autocompleteFragment.setPlaceFields(listOf(Place.Field.ID,Place.Field.DISPLAY_NAME))

// Listen to place selection events
lifecycleScope.launch {
Expand Down

0 comments on commit 4cfa31c

Please sign in to comment.