am ae405d56: Merge "Fix a simple logic mistake." into froyo
Merge commit 'ae405d56215e4ab43e8210b66e741a0bf9d5edcf' into froyo-plus-aosp * commit 'ae405d56215e4ab43e8210b66e741a0bf9d5edcf': Fix a simple logic mistake.
This commit is contained in:
@@ -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