diff options
| author | Leon Scroggins <scroggo@google.com> | 2009-10-29 09:49:57 -0400 |
|---|---|---|
| committer | Leon Scroggins <scroggo@google.com> | 2009-10-29 12:53:31 -0400 |
| commit | fb7c75067fe5764631c762a095012bb6aed77521 (patch) | |
| tree | aadb3a36a88df8bcae35942b13d10abfa70fd6c5 /src/com/android/browser/BrowserActivity.java | |
| parent | 9907efcdb03d1e038b3923d6c58f907b1fda4c5e (diff) | |
| download | packages_apps_Browser-fb7c75067fe5764631c762a095012bb6aed77521.tar.gz packages_apps_Browser-fb7c75067fe5764631c762a095012bb6aed77521.tar.bz2 packages_apps_Browser-fb7c75067fe5764631c762a095012bb6aed77521.zip | |
Do not clear FindDialog's text when changing orientation.
Fix for http://b/issue?id=1468517
Due to some changes in external/webkit and frameworks/base, it is
no longer necessary to clear the string. A message will be sent
which will perform the search one the picture is up to date.
Diffstat (limited to 'src/com/android/browser/BrowserActivity.java')
| -rw-r--r-- | src/com/android/browser/BrowserActivity.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/browser/BrowserActivity.java b/src/com/android/browser/BrowserActivity.java index a167b099d..7076b224e 100644 --- a/src/com/android/browser/BrowserActivity.java +++ b/src/com/android/browser/BrowserActivity.java @@ -1051,9 +1051,6 @@ public class BrowserActivity extends Activity showHttpAuthentication(mHttpAuthHandler, null, null, title, name, password, focusId); } - if (mFindDialog != null && mFindDialog.isShowing()) { - mFindDialog.onConfigurationChanged(newConfig); - } } @Override |
