Skip to content

Commit e804454

Browse files
committed
Merge branch 'locations-collapse-after-leaving-and-reopening-the-app-in-droid-1229'
2 parents 229dc5a + 2587c4b commit e804454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/kotlin/net/mullvad/mullvadvpn/viewmodel/SelectLocationViewModel.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class SelectLocationViewModel(
7272
}
7373
.stateIn(
7474
viewModelScope,
75-
SharingStarted.WhileSubscribed(),
75+
SharingStarted.Lazily,
7676
SelectLocationUiState.Loading,
7777
)
7878

0 commit comments

Comments
 (0)