Skip to content

Commit

Permalink
added method
Browse files Browse the repository at this point in the history
  • Loading branch information
PierfrancescoSoffritti committed Sep 2, 2016
1 parent d02a996 commit 9986a32
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ private void adjustControlsSize() {
playerControls.setLayoutParams(params);
}

public boolean isFullScreen() {
return isFullScreen;
}

public void enterFullScreen() {
if(isFullScreen)
return;
Expand Down

0 comments on commit 9986a32

Please sign in to comment.