freezy / android-xbmcremote

Official XBMC Remote for Android
http://android-xbmcremote.googlecode.com
Other
362 stars 248 forks source link

Scrolling stuck after screen rotate #97

Closed ajhodges closed 10 years ago

ajhodges commented 10 years ago

I submitted this bug to the original repository 3.5 years ago and it was never resolved.

https://code.google.com/p/android-xbmcremote/issues/detail?id=413

The issue is that because the activity is recreated when the screen rotates, the ACTION_UP event is never sent and therefore the timrKeyPress in RemoteController.java is never canceled.

I will be fixing this and issuing a pull request momentarily.