commit | e09305e4ad0430571efb8ae880762204ddeaeb33 | [log] [tgz] |
---|---|---|
author | Mathew Inwood <mathewi@google.com> | Fri Sep 02 12:03:26 2011 +0100 |
committer | Mathew Inwood <mathewi@google.com> | Fri Sep 02 12:04:14 2011 +0100 |
tree | 2893599cea48b305e3cd1a36c1417c959584dd3c | |
parent | 86b396488290c22dd769f5fe3e6ad00eb8f674af [diff] [blame] |
Make sure preloaded tabs have unique IDs. Bug: 5251821 Change-Id: I6dd7561a2461805912268a5faf967199cf39fd8c
diff --git a/src/com/android/browser/Controller.java b/src/com/android/browser/Controller.java index ff1ad0e..67c42dd 100644 --- a/src/com/android/browser/Controller.java +++ b/src/com/android/browser/Controller.java
@@ -2168,6 +2168,7 @@ } } Tab t = tabControl.getTab(); + t.refreshIdAfterPreload(); mTabControl.addPreloadedTab(t); addTab(t); setActiveTab(t);