]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
Release 3.0.1.
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / activities / MainWebViewActivity.java
index 8a2a32ca58dbad83e95de1ee88c90245ff632845..205331fddfc958cf93c6d01aa92480b7546d4658 100644 (file)
@@ -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);