Skip to content

MLStorage: fix bar back button

Duncan McNamara requested to merge Skantes/vlc-android:back into master

The back button on the action bar did not work on tv. Forcing true as a return value on onCreateOptionsMenu, gets the menu created and the onOptionsSelected callback set

Merge request reports