am ef279363: Merge "Fix a crash." into jb-dev
* commit 'ef279363716706192b4da543fcae3e92cc14d27e': Fix a crash.
This commit is contained in:
@@ -323,7 +323,9 @@ public class HTML5VideoFullScreen extends HTML5VideoView
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void showControllerInFullScreen() {
|
public void showControllerInFullScreen() {
|
||||||
mMediaController.show(0);
|
if (mMediaController != null) {
|
||||||
|
mMediaController.show(0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Other listeners functions:
|
// Other listeners functions:
|
||||||
|
|||||||
Reference in New Issue
Block a user