diff options
author | John Reck <jreck@google.com> | 2011-06-29 11:31:24 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-06-29 13:28:03 -0700 |
commit | db22ec4ee014900988062d910bc810172a07df56 (patch) | |
tree | 317dd31937a995619e36882d3b2571adf55a7916 /src/com/android/browser/Controller.java | |
parent | 749b93662b6c3152899d91dbd80139224dc46961 (diff) | |
download | packages_apps_browser-db22ec4ee014900988062d910bc810172a07df56.zip packages_apps_browser-db22ec4ee014900988062d910bc810172a07df56.tar.gz packages_apps_browser-db22ec4ee014900988062d910bc810172a07df56.tar.bz2 |
Fix IntentHandler behavior
Bug: 4473779
Plus, TESTS! Huzzah!
Change-Id: I043e100d99d4653b7fb7885217d7fb305930a137
Diffstat (limited to 'src/com/android/browser/Controller.java')
-rw-r--r-- | src/com/android/browser/Controller.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/browser/Controller.java b/src/com/android/browser/Controller.java index 9a015b2..1f376d2 100644 --- a/src/com/android/browser/Controller.java +++ b/src/com/android/browser/Controller.java @@ -338,6 +338,8 @@ public class Controller // TabControl.restoreState() will create a new tab even if // restoring the state fails. setActiveTab(mTabControl.getCurrentTab()); + // Handle the intent + mIntentHandler.onNewIntent(intent); } // clear up the thumbnail directory, which is no longer used; // ideally this should only be run once after an upgrade from |