android-xbmcremote icon indicating copy to clipboard operation
android-xbmcremote copied to clipboard

NPE StaticLayout.CalculateEllipses when viewing movie folders

Open mtschaef opened this issue 11 years ago • 1 comments

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

mtschaef avatar Aug 19 '14 17:08 mtschaef

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

nkeywal avatar Dec 31 '14 14:12 nkeywal