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

Commit 80e6432

Browse files
attach to PR
1 parent b683e1b commit 80e6432

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

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

0 commit comments

Comments
 (0)