Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit 9d511f9

Browse files
Merge branch 'summer-2020' into yang-auth
2 parents 4bd8bac + b60386d commit 9d511f9

File tree

1 file changed

+1
-1
lines changed
  • android/canonical/app/src/main/java/com/google/samples/quickstart/canonical

1 file changed

+1
-1
lines changed

android/canonical/app/src/main/java/com/google/samples/quickstart/canonical/MapsFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MapsFragment : Fragment() {
4444
private lateinit var autocompleteFragment : AutocompleteSupportFragment
4545
private var currentLatLng : LatLng? = null
4646
private var targetMarker : Marker? = null
47-
47+
4848
companion object {
4949
private const val LOCATION_PERMISSION_REQUEST_CODE = 1
5050
private const val ZOOM_VALUE = 14f

0 commit comments

Comments
 (0)