freezy / android-xbmcremote

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

NPE StaticLayout.CalculateEllipses when viewing movie folders #112

Open mtschaef opened 10 years ago

mtschaef commented 10 years ago

I'm getting this error when viewing the Folders for our movies. I have done some investigation into this issue but don't feel comfortable to issue a pull request for the fix required.

The line I believe in question is on line 21 of android-xbmcremote / res / layout / titlebar.xml.

Here is the link of the fix that I believe would fix the issue I'm having. https://code.google.com/p/android/issues/detail?id=33868

screenshot_2014-08-19-08-09-49 screenshot_2014-08-19-08-10-13

nkeywal commented 9 years ago

I met the same issue, and found independently the same root cause (https://code.google.com/p/android/issues/detail?id=33868). I confirm that the fix proposed there works for xbmc as well. I created a pull request for this a few minutes ago (#118).