mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 01:45:36 +03:00
Fixing code style issue
This commit is contained in:
parent
aa805dceca
commit
27046ed1a6
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class LocationTracker @Inject constructor(
|
|||
|
||||
@RequiresPermission(anyOf = [Manifest.permission.ACCESS_COARSE_LOCATION, Manifest.permission.ACCESS_FINE_LOCATION])
|
||||
fun start() {
|
||||
if(!isStarting && !isStarted) {
|
||||
if (!isStarting && !isStarted) {
|
||||
isStarting = true
|
||||
Timber.d("start()")
|
||||
|
||||
|
|
Loading…
Reference in a new issue