commit | 6c2e2f34718043f36488b4a94879dc2605aaac49 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Mon Aug 22 13:41:23 2011 -0700 |
committer | John Reck <jreck@google.com> | Mon Aug 22 13:55:06 2011 -0700 |
tree | b035ded93d8f35ab1f952d539a7afdc93a9481fe | |
parent | 54ed3aa8417f4c6a27eecb9caf10f742a705b6e0 [diff] [blame] |
Add bulletproofing to state recovery Bug: 5166335 Change-Id: Ife9ef2da7664f8de6b0ff9655611efa78d84df05
diff --git a/src/com/android/browser/IntentHandler.java b/src/com/android/browser/IntentHandler.java index c76197d..cc6b57c 100644 --- a/src/com/android/browser/IntentHandler.java +++ b/src/com/android/browser/IntentHandler.java
@@ -65,6 +65,7 @@ } void onNewIntent(Intent intent) { + mActivity.setIntent(null); Tab current = mTabControl.getCurrentTab(); // When a tab is closed on exit, the current tab index is set to -1. // Reset before proceed as Browser requires the current tab to be set.