Skip to content

Commit b2f300c

Browse files
author
Der_Googler
committed
?
1 parent 6637f75 commit b2f300c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Android/app/src/main/java/com/dergoogler/component/ModuleView.java

-10
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
@Keep
3333
public class ModuleView extends WebView {
34-
private PropertyName id;
3534
private final WebSettings webSettings;
3635
private final Context ctx;
3736

@@ -63,15 +62,6 @@ public ModuleView(Context context, AttributeSet attrs, int defStyleAttr, int def
6362
this.init();
6463
}
6564

66-
/**
67-
* Get webview id.
68-
*
69-
* @return Webview id.
70-
*/
71-
public final PropertyName getWebViewId() {
72-
return webViewId;
73-
}
74-
7565
@SuppressLint("JavascriptInterface")
7666
private void init() {
7767
this.getSettings().setRenderPriority(WebSettings.RenderPriority.HIGH);

0 commit comments

Comments
 (0)