diff options
author | Kenji Sugimoto <kenji.xb.sugimoto@sonymobile.com> | 2014-04-10 17:46:23 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2014-11-26 06:56:10 +0000 |
commit | 827bb445d1402c8e7af1dabd3312d651b2522e5b (patch) | |
tree | 792fc13681cba368c483a376377ce8f586ff3016 /core/java/android/content/AsyncQueryHandler.java | |
parent | af5bd75b3d65fc710784f59d1c22c164312e2691 (diff) | |
download | frameworks_base-827bb445d1402c8e7af1dabd3312d651b2522e5b.zip frameworks_base-827bb445d1402c8e7af1dabd3312d651b2522e5b.tar.gz frameworks_base-827bb445d1402c8e7af1dabd3312d651b2522e5b.tar.bz2 |
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
Diffstat (limited to 'core/java/android/content/AsyncQueryHandler.java')
0 files changed, 0 insertions, 0 deletions