Skip to content

Commit

Permalink
temp fix for compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz committed Feb 28, 2025
1 parent f0ffe81 commit 44450d4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class SearchStopViewModel(
private val tripPlanningService: TripPlanningService,
private val analytics: Analytics,
private val sandook: Sandook,
private val flag: Flag,
) : ViewModel() {

private val _uiState: MutableStateFlow<SearchStopState> = MutableStateFlow(SearchStopState())
Expand All @@ -46,7 +45,7 @@ class SearchStopViewModel(
private var searchJob: Job? = null

private val isLocalStopsEnabled: Boolean by lazy {
flag.getFlagValue(FlagKeys.LOCAL_STOPS_ENABLED.key).asBoolean()
false
}

fun onEvent(event: SearchStopUiEvent) {
Expand Down

0 comments on commit 44450d4

Please sign in to comment.