Dependency update

This commit is contained in:
tom5079
2021-02-13 17:19:52 +09:00
parent 8b41c706b6
commit fb11149b78
3 changed files with 3 additions and 5 deletions

View File

@@ -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)
}