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

Commit f7276d60 authored by ctso's avatar ctso
Browse files

Clean up comments, add @hide javadoc to fix build break on java 1.6

Change-Id: I2f218327231a267c6db2e6e1b5afd9fab999481d
parent c9c17740
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -425,7 +425,10 @@ public class WebSettings {
        return mNavDump;
    }
    
    //Wysie    
    /**
     * Whether or not to display zoom controls
     * @hide
     */
    public void showZoomControls(boolean value) {
        mWebView.showZoomControls(value);
    }