We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 292e1db + fc18aa3 commit 8c0ffe5Copy full SHA for 8c0ffe5
OneSignalSDK/onesignal/src/main/java/com/onesignal/OSUtils.java
@@ -579,10 +579,7 @@ static Intent openURLInBrowserIntent(@NonNull Uri uri) {
579
break;
580
}
581
intent.addFlags(
582
- Intent.FLAG_ACTIVITY_NO_HISTORY |
583
- Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET |
584
- Intent.FLAG_ACTIVITY_MULTIPLE_TASK |
585
- Intent.FLAG_ACTIVITY_NEW_TASK
+ Intent.FLAG_ACTIVITY_NEW_TASK
586
);
587
return intent;
588
0 commit comments