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

Commit 9f7296af authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

Fix javadoc breakage by not linking to now hidden WebView.getZoomControls method.

Change-Id: I770a647b2e6068687530813133847a624ed5aa0d
parent d099935c
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -195,11 +195,8 @@ public class WebSettings {
     * on-screen zoom controls, which are displayed over the WebView's content,
     * and the use of a pinch gesture to control zooming. Whether or not these
     * on-screen controls are displayed can be set with {@link #setDisplayZoomControls}.
     * The separate zoom controls are provided as a View object by
     * {@link WebView#getZoomControls()} and the caller is responsible for inserting
     * this View into the layout hierarchy. Use of the separate controls is
     * deprecated and it is therefore recommended that this setting is always
     * enabled.
     * The separate zoom controls are no longer supported, so it is recommended
     * that this setting is always enabled.
     * @param enabled Whether the WebView should use the built-in zoom mechanism.
     */
    public void setBuiltInZoomControls(boolean enabled) {