Merge commit '7fb1a89128a87c30441bc839c935f8e1fb993a26' into kraken * commit '7fb1a89128a87c30441bc839c935f8e1fb993a26': Fix a simple logic mistake.
This commit is contained in:
@@ -1164,7 +1164,7 @@ class CallbackProxy extends Handler {
|
||||
// for null.
|
||||
WebHistoryItem i = mBackForwardList.getCurrentItem();
|
||||
if (i != null) {
|
||||
if (precomposed || i.getTouchIconUrl() != null) {
|
||||
if (precomposed || i.getTouchIconUrl() == null) {
|
||||
i.setTouchIconUrl(url);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user