diff --git a/forge-gui-mobile/src/forge/screens/match/winlose/ViewWinLose.java b/forge-gui-mobile/src/forge/screens/match/winlose/ViewWinLose.java index 4a2a0d16286..9f9265997f7 100644 --- a/forge-gui-mobile/src/forge/screens/match/winlose/ViewWinLose.java +++ b/forge-gui-mobile/src/forge/screens/match/winlose/ViewWinLose.java @@ -201,16 +201,10 @@ protected void doLayout(float width, float height) { h = height / 12; if (Forge.isMobileAdventureMode) { - if (game.getGameType() == GameType.AdventureEvent) { - btnContinue.setBounds(x, y, w, h); - y += h + dy; - } - else{ - btnContinue.setVisible(false); - } + btnContinue.setBounds(x, y, w, h); + y += h + dy; btnQuit.setBounds(x, y, w, h); y += h + dy; - btnRestart.setVisible(false); } else { if (btnContinue.isEnabled()) {