Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Browser
Commits
62077d8c
Commit
62077d8c
authored
13 years ago
by
John Reck
Browse files
Options
Download
Email Patches
Plain Diff
Add null check
Bug: 5452795 Change-Id: I8b43875e0e72665384c974c502d8f38946f0c6f1
parent
132eedfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/com/android/browser/PhoneUi.java
src/com/android/browser/PhoneUi.java
+3
-0
No files found.
src/com/android/browser/PhoneUi.java
View file @
62077d8c
...
...
@@ -521,6 +521,9 @@ public class PhoneUi extends BaseUi {
}
public
void
set
(
TitleBar
tbar
,
WebView
web
)
{
if
(
tbar
==
null
||
web
==
null
)
{
return
;
}
if
(
tbar
.
getWidth
()
>
0
&&
tbar
.
getEmbeddedHeight
()
>
0
)
{
if
(
mTitleBarBitmap
==
null
||
mTitleBarBitmap
.
getWidth
()
!=
tbar
.
getWidth
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment