commit | 59e232c77d354839fd5fc8d6fcfcd968e4f1497a | [log] [tgz] |
---|---|---|
author | Michael Kolb <kolby@google.com> | Thu Aug 18 17:19:53 2011 -0700 |
committer | Michael Kolb <kolby@google.com> | Thu Aug 18 17:19:53 2011 -0700 |
tree | 3f236f06c1898df0005939c23c7efd01e92847ea | |
parent | 5bb316b3239dca8ff4dc2f9007cc6567feed12ca [diff] [blame] |
Show web content before handling new intent Bug: 5184826 hide nav screen before handling new intent Change-Id: I7d6b17f71bb45c05917a4d2346368f0f0188b5f5
diff --git a/src/com/android/browser/Controller.java b/src/com/android/browser/Controller.java index 551be38..19ad9a9 100644 --- a/src/com/android/browser/Controller.java +++ b/src/com/android/browser/Controller.java
@@ -601,6 +601,9 @@ @Override public void handleNewIntent(Intent intent) { + if (!mUi.isWebShowing()) { + mUi.showWeb(false); + } mIntentHandler.onNewIntent(intent); }