mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-12 20:19:05 +01:00
A few more crashes fixed
This commit is contained in:
@@ -237,7 +237,9 @@ class LibraryFragment : BaseRxFragment<LibraryPresenter>(), ActionMode.Callback
|
||||
this.query = query
|
||||
|
||||
// Notify the subject the query has changed.
|
||||
presenter.searchSubject.onNext(query)
|
||||
if (isResumed) {
|
||||
presenter.searchSubject.onNext(query)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user