freezy / android-xbmcremote

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

Avoid NullPointerExceptions in empty sections #88

Closed frankosterfeld closed 11 years ago

frankosterfeld commented 11 years ago

When a section is empty, the result list is omitted from the Json but the Json result still contains a "limits" element. Thus checking for result.size() == 0 is not robust enough. So check for the actual list element to exist.