Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the app crashes that occurred when deleting letters in a search. #3592

Merged
merged 3 commits into from
Dec 14, 2023

Introduced a mutex to manage concurrency in the search functionality.…

a07bb68
Select commit
Loading
Failed to load commit list.
Merged

Fixed the app crashes that occurred when deleting letters in a search. #3592

Introduced a mutex to manage concurrency in the search functionality.…
a07bb68
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch failed Dec 12, 2023 in 0s

62.50% of diff hit (target 70.00%)

View this Pull Request on Codecov

62.50% of diff hit (target 70.00%)

Annotations

Check warning on line 42 in core/src/main/java/org/kiwix/kiwixmobile/core/search/viewmodel/SearchState.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/kiwix/kiwixmobile/core/search/viewmodel/SearchState.kt#L42

Added line #L42 was not covered by tests

Check warning on line 51 in core/src/main/java/org/kiwix/kiwixmobile/core/search/viewmodel/SearchState.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/org/kiwix/kiwixmobile/core/search/viewmodel/SearchState.kt#L51

Added line #L51 was not covered by tests