For #5681: Sets OPEN_TO_BROWSER false when using new tab shortcut

nightly-build-test
Sawyer Blatz 5 years ago committed by Emily Kager
parent 7dab810ee6
commit 69c42b6192

@ -93,7 +93,7 @@ class IntentReceiverActivity : Activity() {
}
intent.putExtra(HomeActivity.PRIVATE_BROWSING_MODE, startPrivateMode)
intent.flags = intent.flags or Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TASK
true
false
}
else -> {
intent.setClassName(applicationContext, HomeActivity::class.java.name)

Loading…
Cancel
Save