mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-14 10:47:30 +00:00
fix nightly?
This commit is contained in:
parent
468e09de75
commit
8c3ec92649
@ -47,7 +47,7 @@ class SearchFragmentViewModel(application: Application) : AppStateViewModel(appl
|
||||
private val searchCallback: Debouncer.Callback<String> = object : Debouncer.Callback<String> {
|
||||
override fun call(key: String) {
|
||||
if (tempQuery == null) return
|
||||
query.postValue(tempQuery)
|
||||
query.postValue(tempQuery!!)
|
||||
}
|
||||
|
||||
override fun onError(t: Throwable) {
|
||||
|
Loading…
Reference in New Issue
Block a user