Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76a9b9c2 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25567 into eclair

* changes:
  The starting progress for WebView should be 100 as it is not in the loading state.
parents 6449eb06 5a4fbd6c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -65,7 +65,8 @@ class CallbackProxy extends Handler {
    // Keep track of multiple progress updates.
    private boolean mProgressUpdatePending;
    // 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
    private final WebBackForwardList mBackForwardList;
    // Used to call startActivity during url override.