diff --git a/FloconDesktop/composeApp/src/commonMain/kotlin/io/github/openflocon/flocondesktop/features/images/ImagesViewModel.kt b/FloconDesktop/composeApp/src/commonMain/kotlin/io/github/openflocon/flocondesktop/features/images/ImagesViewModel.kt index f0b9fc6ef..c7bc9066a 100644 --- a/FloconDesktop/composeApp/src/commonMain/kotlin/io/github/openflocon/flocondesktop/features/images/ImagesViewModel.kt +++ b/FloconDesktop/composeApp/src/commonMain/kotlin/io/github/openflocon/flocondesktop/features/images/ImagesViewModel.kt @@ -54,6 +54,7 @@ class ImagesViewModel( fun onFilterChanged(text: String) { viewModelScope.launch(dispatcherProvider.viewModel) { + filter.emit(text) } }