summaryrefslogtreecommitdiff
path: root/src/com/android/browser/Controller.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/Controller.java')
-rw-r--r--src/com/android/browser/Controller.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/browser/Controller.java b/src/com/android/browser/Controller.java
index 551be38e..19ad9a91 100644
--- a/src/com/android/browser/Controller.java
+++ b/src/com/android/browser/Controller.java
@@ -601,6 +601,9 @@ public class Controller
@Override
public void handleNewIntent(Intent intent) {
+ if (!mUi.isWebShowing()) {
+ mUi.showWeb(false);
+ }
mIntentHandler.onNewIntent(intent);
}