We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa805dc commit 27046edCopy full SHA for 27046ed
vector/src/main/java/im/vector/app/features/location/LocationTracker.kt
@@ -92,7 +92,7 @@ class LocationTracker @Inject constructor(
92
93
@RequiresPermission(anyOf = [Manifest.permission.ACCESS_COARSE_LOCATION, Manifest.permission.ACCESS_FINE_LOCATION])
94
fun start() {
95
- if(!isStarting && !isStarted) {
+ if (!isStarting && !isStarted) {
96
isStarting = true
97
Timber.d("start()")
98
0 commit comments