Merge "Fix a simple logic mistake." into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
ae405d5621
@@ -1164,7 +1164,7 @@ class CallbackProxy extends Handler {
|
|||||||
// for null.
|
// for null.
|
||||||
WebHistoryItem i = mBackForwardList.getCurrentItem();
|
WebHistoryItem i = mBackForwardList.getCurrentItem();
|
||||||
if (i != null) {
|
if (i != null) {
|
||||||
if (precomposed || i.getTouchIconUrl() != null) {
|
if (precomposed || i.getTouchIconUrl() == null) {
|
||||||
i.setTouchIconUrl(url);
|
i.setTouchIconUrl(url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user