Skip to content

Commit 740a83e

Browse files
Closing details html tag in the right place
1 parent a0e35ae commit 740a83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geolocator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ When using the `requestTemporaryFullAccuracy({purposeKey: "YourPurposeKey"})` me
121121
The second key (in this example called `YourPurposeKey`) should match the purposeKey that is passed in the `requestTemporaryFullAccuracy()` method. It is possible to define multiple keys for different features in your app. More information can be found in Apple's [documentation](https://developer.apple.com/documentation/bundleresources/information_property_list/nslocationtemporaryusagedescriptiondictionary).
122122

123123
> NOTE: the first time requesting temporary full accuracy access it might take several seconds for the pop-up to show. This is due to the fact that iOS is determining the exact user location which may take several seconds. Unfortunately this is out of our hands.
124-
</details>
125124
126125
On iOS 16 and above you need to specify `UIBackgroundModes` `location` to receive location updates in the background.
127126

@@ -131,6 +130,7 @@ On iOS 16 and above you need to specify `UIBackgroundModes` `location` to receiv
131130
<string>location</string>
132131
</array>
133132
```
133+
</details>
134134

135135
<details>
136136
<summary>macOS</summary>

0 commit comments

Comments
 (0)