mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 12:56:31 +00:00
fix nightly?
This commit is contained in:
parent
468e09de75
commit
8c3ec92649
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue