Skip to content

Pressing back button brings back where it sould

username-removed-1262710 requested to merge Maestus/fdroidclient:master into master

Fixing the issue #972 (closed) by adding a statement to the method onOptionsItemSelected. This statement is used to check if the back button is pressed, if so call the built-in method onBackPressed.

Merge request reports