ning-y / Palantir

An Android application visualising proteins in augmented reality!
https://play.google.com/store/apps/details?id=io.ningyuan.palantir
MIT License
4 stars 4 forks source link

Soft keyboard lingers if SearchView is closed via 'X' #18

Open ning-y opened 5 years ago

ning-y commented 5 years ago
  1. Activate the SearchView by clicking on the SearchButton
  2. Show the soft keyboard by clicking on the newly visible SearchView
  3. Close the SearchView using the inline, right-aligned 'X' icon
  4. The soft keyboard does not hide itself, as expected.
  5. Typing on said 'lingering' soft keyboard will still show its appropriate search suggestions, but the SearchView will be invisible (View.GONE).