]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/AboutDialog.java
Update EditText input options.
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / AboutDialog.java
index 44d3ac0868c0f79f6e404147f3acf4185ef38d54..4fa3fb2f744d9c92c12f2a1e7df22c37dc80cb31 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * Copyright 2015-2016 Soren Stoutner <soren@stoutner.com>.
  *
- * This file is part of Privacy Browser <https://privacybrowser.stoutner.com/>.
+ * This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
  *
  * Privacy Browser is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -56,7 +56,7 @@ public class AboutDialog extends AppCompatDialogFragment {
             // shouldOverrideUrlLoading lets us close AboutDialog when a link is touched.  Otherwise the dialog covers the website that loads beneath in Privacy Browser.
             @Override
             public boolean shouldOverrideUrlLoading(WebView view, String url) {
-                MainWebView.mainWebView.loadUrl(url);
+                MainWebViewActivity.mainWebView.loadUrl(url);
                 alertDialog.dismiss();
                 return true;
             }