Kegbot / kegbot-android

Android beer kegerator frontend and controller app. Works with a Kegbot server to make your kegerator awesome.
http://kegbot.org/docs/android/
GNU General Public License v2.0
41 stars 53 forks source link

Accept pin code on keyboard return #106

Closed loganakamatsu closed 9 years ago

loganakamatsu commented 9 years ago

I left

(actionId == EditorInfo.IME_NULL && event.getAction() == KeyEvent.ACTION_DOWN)

figuring it works for some other devices. actionId == EditorInfo.IME_ACTION_DONE worked for me on the emulator and on a Samsung tablet.