Add a hack to avoid crashing when the app window divider is dragged off of the screen on N multi-window

This commit is contained in:
Cameron Gutman
2016-06-18 14:40:42 -07:00
parent 36f8cc02cb
commit a5ca8a7472
2 changed files with 10 additions and 2 deletions

View File

@@ -475,8 +475,8 @@ public class MediaCodecDecoderRenderer extends EnhancedDecoderRenderer {
} catch (InterruptedException ignored) { }
}
// Stop the decoder
videoDecoder.stop();
// We could stop the decoder here, but it seems to cause some problems
// so we'll just let release take care of it.
}
@Override