mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Address review comments
This commit is contained in:
parent
800e55e69a
commit
61fe76774f
@ -5,13 +5,10 @@
|
||||
package org.mozilla.fenix.ui.robots
|
||||
|
||||
import android.content.ActivityNotFoundException
|
||||
import android.content.ComponentName
|
||||
import android.content.Intent
|
||||
import android.net.Uri
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
import org.mozilla.fenix.BuildConfig.DEEP_LINK_SCHEME
|
||||
import org.mozilla.fenix.HomeActivity
|
||||
import org.mozilla.fenix.ext.application
|
||||
|
||||
class DeepLinkRobot {
|
||||
private fun openDeepLink(url: String) {
|
||||
|
@ -123,10 +123,4 @@ class DeepLinkIntentProcessor(
|
||||
}
|
||||
}
|
||||
}
|
||||
.apply {
|
||||
when {
|
||||
SDK_INT >= Build.VERSION_CODES.P ->
|
||||
addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user