diff options
author | Mathew Inwood <mathewi@google.com> | 2011-07-08 17:27:38 +0100 |
---|---|---|
committer | Mathew Inwood <mathewi@google.com> | 2011-07-14 11:40:04 +0100 |
commit | e1dbb956d762c3f07033f247c05270a9882a79a7 (patch) | |
tree | 9d22907dc6193e11628feef9dc56798e738f3a42 /src/com/android/browser/GoogleAccountLogin.java | |
parent | 629b22ce19f44e38ee470687cd2d9218d2066f85 (diff) | |
download | packages_apps_Browser-e1dbb956d762c3f07033f247c05270a9882a79a7.zip packages_apps_Browser-e1dbb956d762c3f07033f247c05270a9882a79a7.tar.gz packages_apps_Browser-e1dbb956d762c3f07033f247c05270a9882a79a7.tar.bz2 |
SearchBox preloading fixes.
It now seems to work pretty reliably. Nice. Requires changes to SearchBox
API in frameworks/base:
Depends on change: If283ecdfa62aecb1fa697b1a2cd43b771b908d72
Change-Id: I5af94c8df8f24dfafb02c4052381aa547c72684c
Diffstat (limited to 'src/com/android/browser/GoogleAccountLogin.java')
-rw-r--r-- | src/com/android/browser/GoogleAccountLogin.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/GoogleAccountLogin.java b/src/com/android/browser/GoogleAccountLogin.java index c7d1924..3b4f2aa 100644 --- a/src/com/android/browser/GoogleAccountLogin.java +++ b/src/com/android/browser/GoogleAccountLogin.java @@ -84,7 +84,7 @@ public class GoogleAccountLogin implements Runnable, // resumeWebViewTimers. So to avoid problems with timers not running, we // duplicate the work here using the off-screen WebView. CookieSyncManager.getInstance().startSync(); - mWebView.resumeTimers(); + WebViewTimersControl.getInstance().onBrowserActivityResume(mWebView); mWebView.setWebViewClient(new WebViewClient() { @Override |