MC-Timetracker / timetracker

GNU General Public License v2.0
3 stars 0 forks source link

Keyboard should disappear after selecting an item from autocomplete #27

Closed sleidig closed 10 years ago

sleidig commented 10 years ago

When selecting a task from the autocomplete dropdown in the MainActivity, the keyboard is still shown after selecting an item from the dropdown. (And it is overlapping the "Start" button).

Keyboard should hide automatically after clicking on an item in the dropdown and only reappear when the user clicks into the editText again.