From ab2036fd964565ffb3e13e2a4f4d2838dde7fba2 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 25 Jul 2017 14:24:54 -0700 Subject: Clear searchview animator --- docs/Changelog.md | 4 ++++ sample/src/main/res/xml/kau_changelog.xml | 6 ++++-- .../src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index accaa0c..0f3a8e5 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,6 +4,10 @@ * :imagepicker: Add uri val to ImageModel * :imagepicker: Create bindings and overlay activity * Add showcase app to play store +* Update dependencies +* Update build tools to 26.0.1 +* :adapter: Make KauAnimator extensible +* :imagepicker: Create single image picker counterpart with overlay ## v3.1.0 * :core: Allow for nullable throwables when logging diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 7ed2073..14f6c2c 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -10,8 +10,10 @@ - - + + + + diff --git a/searchview/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt b/searchview/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt index 0399883..30e224e 100644 --- a/searchview/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt +++ b/searchview/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt @@ -246,7 +246,7 @@ class SearchView @JvmOverloads constructor( } }) adapter = this@SearchView.adapter - itemAnimator = NoAnimator() + itemAnimator = null } with(adapter) { withSelectable(true) -- cgit v1.2.3