Skip to content
Snippets Groups Projects
Commit bdcf2fb1 authored by Drahomír Karchňák's avatar Drahomír Karchňák
Browse files

#82 Using back button on ProfileScreen redirects you to GameMenuScreen now

parent cb3e739d
Branches
Tags
No related merge requests found
......@@ -76,4 +76,9 @@ public class ProfileScreen extends FormScreen {
return closeButton;
}
@Override
public void backButtonPressed() {
backToInitialScreen();
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment