polypoly-team/android-app

View on GitHub
app/src/main/java/com/github/polypoly/app/base/game/service/LocationService.kt

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method startLocationUpdates has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    /**
     * Start receiving location updates
     */
    private fun startLocationUpdates() {
        val locationRequest = LocationRequest.Builder(Constants.LANDLORD_TAX_POLL_RATE * 1000)

    There are no issues that match your filters.

    Category
    Status