Skip to content

Browser: backpressed pops the backstack

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

Fix for a navigation regression. Instead of calling finish when back is pressed, this will check if there are any fragments backstacked, and pop the latest. If there aren't any left, then finish is called, leaving the browser.

Merge request reports