OSDN Git Service

Hide the custom view when we get onPause() DO NOT MERGE
authorBen Murdoch <benm@google.com>
Tue, 30 Nov 2010 20:48:15 +0000 (20:48 +0000)
committerBen Murdoch <benm@google.com>
Tue, 30 Nov 2010 21:25:31 +0000 (21:25 +0000)
commita4909cba214f3680063367e52044e9d74824c272
tree59fc0a266494bccaeede397902357891e25c562d
parent2cfe6581c14cd4c822ff137e1047ca3869011bb5
Hide the custom view when we get onPause() DO NOT MERGE

When we run onPause, be sure to hide any custom views (such as
the HTML5 video view) so that when the activity restores we don't
have anything overlaying the page.

Bug: 3240426
Change-Id: Ic93286eab40cda814682bc023f3648b502545256
src/com/android/browser/BrowserActivity.java