Skip to content

Commit 5816db7

Browse files
committed
More format fixes
1 parent 0aeb887 commit 5816db7

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

  • packages/webview_flutter/webview_flutter/android/src/main/java/io/flutter/plugins/webviewflutter

packages/webview_flutter/webview_flutter/android/src/main/java/io/flutter/plugins/webviewflutter/WebViewBuilder.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ static WebView create(Context context, boolean usesHybridComposition, View conta
4949
private boolean useWideViewPort;
5050
private boolean displayZoomControls;
5151

52-
5352
/**
5453
* Constructs a new {@link WebViewBuilder} object with a custom implementation of the {@link
5554
* WebViewFactory} object.
@@ -128,8 +127,8 @@ public WebViewBuilder setWebChromeClient(@Nullable WebChromeClient webChromeClie
128127
}
129128

130129
/**
131-
* Sets whether the {@link WebView} should use its built-in zoom mechanisms.
132-
* The default value is {@code true}.
130+
* Sets whether the {@link WebView} should use its built-in zoom mechanisms. The default value is
131+
* {@code true}.
133132
*
134133
* @param flag {@code true} if built in zoom controls are allowed.
135134
* @return This builder. This value cannot be {@code null}.
@@ -140,9 +139,8 @@ public WebViewBuilder setBuiltInZoomControls(boolean flag) {
140139
}
141140

142141
/**
143-
* Sets whether the {@link WebView} loads pages zoomed out so the content will fit on screen
144-
* by width
145-
* The default value is {@code true}.
142+
* Sets whether the {@link WebView} loads pages zoomed out so the content will fit on screen by
143+
* width The default value is {@code true}.
146144
*
147145
* @param flag {@code true} if should allow pages to load in overview mode.
148146
* @return This builder. This value cannot be {@code null}.

0 commit comments

Comments
 (0)