]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Fix new intents being run again on restart. https://redmine.stoutner.com/issues/807
authorSoren Stoutner <soren@stoutner.com>
Fri, 15 Jul 2022 23:08:53 +0000 (16:08 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 15 Jul 2022 23:08:53 +0000 (16:08 -0700)
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java

index 24c742c2ea70e34196e06c005f39b13f43aeab6f..e54b06874012b660e9785aec2c652127f856262f 100644 (file)
@@ -621,9 +621,6 @@ public class MainWebViewActivity extends AppCompatActivity implements CreateBook
         // Run the default commands.
         super.onNewIntent(intent);
 
-        // Replace the intent that started the app with this one.
-        setIntent(intent);
-
         // Check to see if the app is being restarted from a saved state.
         if (savedStateArrayList == null || savedStateArrayList.size() == 0) {  // The activity is not being restarted from a saved state.
             // Get the information from the intent.