mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 23:07:26 -04:00

* Refactored `StartMultiSelection` to use coroutines instead of RxJava. * Refactored `fileSelectActions` to use coroutines instead of RxJava. * Refactored the `updateBookItems` to use coroutines instead of `rxJava`. * Refactored `LocalLibraryFragment` to use coroutine flows instead of RxJava code. * Improved the test code to validate coroutine flows. * Refactored the `NewRecentSearchDaoTest` according to new flow test code. * Refactored the `StorageObserverTest`. * Refactored the `SearchViewModelTest`. * Refactored the `FileSearchTest`.