commit | 827bb445d1402c8e7af1dabd3312d651b2522e5b | [log] [tgz] |
---|---|---|
author | Kenji Sugimoto <kenji.xb.sugimoto@sonymobile.com> | Thu Apr 10 17:46:23 2014 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Nov 26 06:56:10 2014 +0000 |
tree | 792fc13681cba368c483a376377ce8f586ff3016 | |
parent | af5bd75b3d65fc710784f59d1c22c164312e2691 [diff] |
Fix NullPointerException in ListView There is a NullPointerException in `handleHorizontalFocusWithinListItem()` because `selectedView.findFocus()` returns null and then there is no null check when when the assigned variable `currentFocus` is used, although `View.findFocus()` states that it may return null. Change-Id: I6897027e9a2a238d9283e6b9f5146198989fcac0