OSDN Git Service

Fix http://b/issue?id=2052775. According to the comment, we try to call
authorGrace Kloba <klobag@google.com>
Thu, 13 Aug 2009 21:55:06 +0000 (14:55 -0700)
committerGrace Kloba <klobag@google.com>
Thu, 13 Aug 2009 21:55:06 +0000 (14:55 -0700)
commit918e1d78b2db6ef21c71a07868572d9cda498476
tree9f564bf18c621bb1928913287165041b1e17b3bb
parent60c8c06e5864d1b17130bbd6bf3539012ed1bdba
Fix b/issue?id=2052775. According to the comment, we try to call
pauseWebView(). But as mActivityInPause is false, pauseWebView doesn't do
anything. This cause inbalanced pause/resume and the WebCoreThread's timer
is never put on hold even Browser is in the background.
src/com/android/browser/BrowserActivity.java