Merge "Fix a crash." into jb-dev

This commit is contained in:
Teng-Hui Zhu
2012-05-11 13:45:13 -07:00
committed by Android (Google) Code Review

View File

@@ -323,7 +323,9 @@ public class HTML5VideoFullScreen extends HTML5VideoView
@Override
public void showControllerInFullScreen() {
mMediaController.show(0);
if (mMediaController != null) {
mMediaController.show(0);
}
}
// Other listeners functions: