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

Handle Captions key input

parent 384e55fa
No related branches found
No related tags found
No related merge requests found
......@@ -1240,6 +1240,9 @@ public class VideoPlayerActivity extends AppCompatActivity implements IVLCVout.C
return true;
} else
return false;
case KeyEvent.KEYCODE_CAPTIONS:
selectSubtitles();
return true;
}
return super.onKeyDown(keyCode, event);
}
......
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