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

Commit 6bcb4593 authored by Steve Block's avatar Steve Block Committed by Android (Google) Code Review
Browse files

Merge "Improve JavaDoc for WebView.restoreState()"

parents cdce0b98 42499061
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -724,9 +724,9 @@ public class WebView extends AbsoluteLayout
    }
    }


    /**
    /**
     * Restores the state of this WebView from the given map used in
     * Restores the state of this WebView from the given Bundle. This method is
     * {@link android.app.Activity#onRestoreInstanceState}. This method should
     * intended for use in {@link android.app.Activity#onRestoreInstanceState}
     * be called to restore the state of this WebView before using the object. If
     * and should be called to restore the state of this WebView. If
     * it is called after this WebView has had a chance to build state (load
     * it is called after this WebView has had a chance to build state (load
     * pages, create a back/forward list, etc.) there may be undesirable
     * pages, create a back/forward list, etc.) there may be undesirable
     * side-effects. Please note that this method no longer restores the
     * side-effects. Please note that this method no longer restores the