Fix verify error running on JellyBean #2.

This commit is contained in:
Oliver Woodman 2014-06-24 14:05:59 -07:00
parent 1482dde4a9
commit 273fad845e

View File

@ -113,7 +113,7 @@ public class SmoothStreamingRendererBuilder implements RendererBuilder,
try { try {
drmSessionManager = V18Compat.getDrmSessionManager(manifest.protectionElement.uuid, player, drmSessionManager = V18Compat.getDrmSessionManager(manifest.protectionElement.uuid, player,
drmCallback); drmCallback);
} catch (UnsupportedSchemeException e) { } catch (Exception e) {
callback.onRenderersError(e); callback.onRenderersError(e);
return; return;
} }