Kenji Sugimoto 827bb445d1 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
2014-11-26 06:56:10 +00:00
2014-11-24 16:18:15 -08:00
2014-11-26 06:56:10 +00:00
2014-11-10 17:23:02 -08:00
2013-05-21 12:38:22 -07:00
2014-11-20 11:47:40 -08:00
2014-09-12 22:16:17 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%