Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created March 16, 2016 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitherejoe/ee2c9fdd498b35222df2 to your computer and use it in GitHub Desktop.
Save hitherejoe/ee2c9fdd498b35222df2 to your computer and use it in GitHub Desktop.
@Override
public void onActionClicked(Action action) {
if (action.getId() == mPictureInPictureAction.getId()) {
getActivity().enterPictureInPicture();
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment