Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Apr 2, 2024
1 parent 83d7991 commit 394b676
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ class ResurveyIntervalsUpdater(private val prefs: ObservableSettings) {
init {
settingsListener = prefs.addStringOrNullListener(Prefs.RESURVEY_INTERVALS) { update() }
}


}

private val Prefs.ResurveyIntervals.multiplier: Float get() = when (this) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import de.westnordost.streetcomplete.util.ktx.launch
import kotlinx.coroutines.Dispatchers.IO
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.flow
import kotlinx.coroutines.flow.update

abstract class QuestSelectionViewModel : ViewModel() {
Expand Down

0 comments on commit 394b676

Please sign in to comment.