android-xbmcremote
android-xbmcremote copied to clipboard
NPE StaticLayout.CalculateEllipses when viewing movie folders
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

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).