Skip to content
Snippets Groups Projects
Commit 7dd0ca60 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Video advanced options on menu button

parent 5453352c
No related branches found
No related tags found
No related merge requests found
......@@ -919,6 +919,7 @@ public class VideoPlayerActivity extends ActionBarActivity implements IVideoPlay
return true;
case KeyEvent.KEYCODE_O:
case KeyEvent.KEYCODE_BUTTON_Y:
case KeyEvent.KEYCODE_MENU:
showAdvancedOptions(mAdvOptions);
return true;
// case KeyEvent.KEYCODE_BUTTON_X:
......@@ -930,7 +931,6 @@ public class VideoPlayerActivity extends ActionBarActivity implements IVideoPlay
onAudioSubClick(mTracks);
return true;
case KeyEvent.KEYCODE_N:
case KeyEvent.KEYCODE_MENU:
showNavMenu();
return true;
case KeyEvent.KEYCODE_A:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment