X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Factivities%2FMainWebViewActivity.java;h=205331fddfc958cf93c6d01aa92480b7546d4658;hb=refs%2Ftags%2Fv3.0.1;hp=8a2a32ca58dbad83e95de1ee88c90245ff632845;hpb=7c6357ee65d140de710ab95d78942c62546f64bc;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java b/app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java index 8a2a32ca..205331fd 100644 --- a/app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java +++ b/app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java @@ -812,9 +812,6 @@ public class MainWebViewActivity extends AppCompatActivity implements CreateBook // Only process the URI if it contains data. If the user pressed the desktop icon after the app was already running the URI will be null. if (intentUriData != null) { - // Sets the new intent as the activity intent, which replaces the one that originally started the app. - setIntent(intent); - // Get the shared preferences. SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(this);