am ef279363: Merge "Fix a crash." into jb-dev

* commit 'ef279363716706192b4da543fcae3e92cc14d27e':
  Fix a crash.
This commit is contained in:
Teng-Hui Zhu
2012-05-11 13:47:38 -07:00
committed by Android Git Automerger

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: