Skip to content

Commit

Permalink
fixed some things
Browse files Browse the repository at this point in the history
  • Loading branch information
Celestial04 committed Aug 1, 2024
1 parent e46c1c3 commit 2082eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/bouillie/web/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
import java.util.Map;

public class MainActivity extends AppCompatActivity {

private HorizontalScrollView scroll;
private AlertDialog alert2;
private int selectedTheme;
Expand Down Expand Up @@ -93,7 +94,6 @@ protected void onCreate(Bundle savedInstanceState) {
Button leftButton = findViewById(R.id.leftButton);
Button rightButton = findViewById(R.id.rightButton);
LinearLayout linearLayout2 = findViewById(R.id.scrollvv);
scroll.fullScroll(View.FOCUS_DOWN);
WebView webView = findViewById(R.id.webview);
webView.getSettings().setJavaScriptEnabled(true);
webView.setWebViewClient(new WebViewClient() {
Expand Down

0 comments on commit 2082eed

Please sign in to comment.