commit | 4d7e406998028f9ddb01df6d7463b87d6fa02601 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Tue Sep 15 15:49:45 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Tue Sep 15 16:58:00 2009 -0400 |
tree | 0a9e34226697fa0c2b72c4b76daa9a5a0c9b26ef | |
parent | 68579393973f745fc65a2781061af9bb8f2d7020 [diff] |
Do not show the title bar if the Activity is paused. Fix http://b/issue?id=2121363 We attempt to show the fake title bar as a result of a callback. It is possible that we receive this callback while the BrowserActivity is not running (not sure how to reproduce, exactly, but the monkey did it; see the bug). Before showing the title bar, do a check to see if the BrowserActivity is currently paused, and only show it if not. Change-Id: I770a1f86ae50f936f45bbf1dc2f047049b8e1aa3