Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Der_Googler committed Jun 8, 2022
1 parent 6637f75 commit b2f300c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Android/app/src/main/java/com/dergoogler/component/ModuleView.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

@Keep
public class ModuleView extends WebView {
private PropertyName id;
private final WebSettings webSettings;
private final Context ctx;

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

/**
* Get webview id.
*
* @return Webview id.
*/
public final PropertyName getWebViewId() {
return webViewId;
}

@SuppressLint("JavascriptInterface")
private void init() {
this.getSettings().setRenderPriority(WebSettings.RenderPriority.HIGH);
Expand Down

0 comments on commit b2f300c

Please sign in to comment.