hydrated

Results 3 issues of hydrated

``` : Attribute application@supportsRtl value=(false) from AndroidManifest.xml:23:9-36 is also present at [com.github.hkk595:Resizer:v1.5] AndroidManifest.xml:14:9-35 value=(true). Suggestion: add 'tools:replace="android:supportsRtl"' to element at AndroidManifest.xml:15:5-68:19 to override. ``` Right now I use tools:replace="android:supportsRtl" as...

Reproduce steps are 1. Write a SearchTextField, set some filterStrings 2. Interacting with it 3. Programmatically set some filterStrings again. And then the SearchTextField will show the suggestion tableView again....