1
0
Fork 0

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

master
Sawyer Blatz 2019-09-30 14:21:25 -07:00 committed by Emily Kager
parent 7dab810ee6
commit 69c42b6192
1 changed files with 1 additions and 1 deletions

View File

@ -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)