am 76a9b9c2: Merge change 25567 into eclair
Merge commit '76a9b9c246efc116967691c5a362c1f68daa6a0b' into eclair-plus-aosp * commit '76a9b9c246efc116967691c5a362c1f68daa6a0b': The starting progress for WebView should be 100 as it is
This commit is contained in:
@@ -65,7 +65,8 @@ class CallbackProxy extends Handler {
|
|||||||
// Keep track of multiple progress updates.
|
// Keep track of multiple progress updates.
|
||||||
private boolean mProgressUpdatePending;
|
private boolean mProgressUpdatePending;
|
||||||
// Keep track of the last progress amount.
|
// Keep track of the last progress amount.
|
||||||
private volatile int mLatestProgress;
|
// Start with 100 to indicate it is not in load for the empty page.
|
||||||
|
private volatile int mLatestProgress = 100;
|
||||||
// Back/Forward list
|
// Back/Forward list
|
||||||
private final WebBackForwardList mBackForwardList;
|
private final WebBackForwardList mBackForwardList;
|
||||||
// Used to call startActivity during url override.
|
// Used to call startActivity during url override.
|
||||||
|
|||||||
Reference in New Issue
Block a user