2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00
This commit is contained in:
Emily Kager 2019-06-11 14:33:38 -07:00 committed by Colin Lee
parent 1f4af03ba1
commit 52d6cf8fa0

View File

@ -38,6 +38,7 @@ class IntentReceiverActivity : Activity() {
}
intent.action == Intent.ACTION_VIEW -> {
intent.setClassName(applicationContext, HomeActivity::class.java.name)
intent.flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TASK
true
}
else -> {