mirror of
https://github.com/element-hq/element-android
synced 2024-11-26 19:35:42 +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])
|
@RequiresPermission(anyOf = [Manifest.permission.ACCESS_COARSE_LOCATION, Manifest.permission.ACCESS_FINE_LOCATION])
|
||||||
fun start() {
|
fun start() {
|
||||||
if(!isStarting && !isStarted) {
|
if (!isStarting && !isStarted) {
|
||||||
isStarting = true
|
isStarting = true
|
||||||
Timber.d("start()")
|
Timber.d("start()")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue