2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1870639 - Remove redundant dependency to UserInteractionHandler in ExternalAppBrowserFragment

This commit is contained in:
t-p-white 2023-12-18 15:22:18 +00:00 committed by mergify[bot]
parent 1c4df19520
commit d769e634cf

View File

@ -26,7 +26,6 @@ import mozilla.components.feature.pwa.feature.WebAppActivityFeature
import mozilla.components.feature.pwa.feature.WebAppContentFeature
import mozilla.components.feature.pwa.feature.WebAppHideToolbarFeature
import mozilla.components.feature.pwa.feature.WebAppSiteControlsFeature
import mozilla.components.support.base.feature.UserInteractionHandler
import mozilla.components.support.base.feature.ViewBoundFeatureWrapper
import mozilla.components.support.ktx.android.arch.lifecycle.addObservers
import org.mozilla.fenix.BuildConfig
@ -44,7 +43,7 @@ import org.mozilla.fenix.settings.quicksettings.protections.cookiebanners.getCoo
/**
* Fragment used for browsing the web within external apps.
*/
class ExternalAppBrowserFragment : BaseBrowserFragment(), UserInteractionHandler {
class ExternalAppBrowserFragment : BaseBrowserFragment() {
private val args by navArgs<ExternalAppBrowserFragmentArgs>()