1
0
Fork 0

Address review comments

master
James Hugman 2020-07-14 19:24:44 +01:00 committed by Emily Kager
parent 22689a9ff5
commit 798c1bf743
2 changed files with 0 additions and 9 deletions

View File

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

View File

@ -123,10 +123,4 @@ class DeepLinkIntentProcessor(
}
}
}
.apply {
when {
SDK_INT >= Build.VERSION_CODES.P ->
addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
}
}
}