Dependency update
This commit is contained in:
@@ -99,7 +99,7 @@ class MainActivity :
|
||||
|
||||
initView()
|
||||
|
||||
model.query.observe(this) {
|
||||
model.query.observe(this) {
|
||||
binding.contents.searchview.binding.querySection.searchBarText.run {
|
||||
if (text?.toString() != it) setText(it, TextView.BufferType.EDITABLE)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user