This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
0.1.2
- Fix: Call
onItemSelected
when a search item is removed and the selection is changed. See commit: e8a6441 - Fix: Set
selectedSearchItemTab
reference to null when it is the only child item in the parent view. See commit: 552bace - Optimization: Remove
EasingInterpolator
library. See commit: 2c513dd - Optimization: Moved
isSearchMode
flag fromMultiSearchContainer
intoMultiSearchPresenter
, allowing usecase to update the state of the view. See commit: 310d369 - Optimization: Removed unused
SimpleAniMatorListener
contract. See commit: 8b18015