Loading mobile/android/fenix/app/src/main/java/org/mozilla/fenix/home/intent/HomeDeepLinkIntentProcessor.kt +0 −4 Original line number Diff line number Diff line Loading @@ -121,10 +121,6 @@ class HomeDeepLinkIntentProcessor( } if (BuildConfig.DEEP_LINK_SCHEME.startsWith("torbrowser")) { // tor-browser#42578 // TODO: // Maybe just warn users about linkability but // give them the choice to open anyway, once // the other deep link related issues are fixed. logger.info("Tor Browser rejects open intent deep link: $deepLink") return } Loading Loading
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/home/intent/HomeDeepLinkIntentProcessor.kt +0 −4 Original line number Diff line number Diff line Loading @@ -121,10 +121,6 @@ class HomeDeepLinkIntentProcessor( } if (BuildConfig.DEEP_LINK_SCHEME.startsWith("torbrowser")) { // tor-browser#42578 // TODO: // Maybe just warn users about linkability but // give them the choice to open anyway, once // the other deep link related issues are fixed. logger.info("Tor Browser rejects open intent deep link: $deepLink") return } Loading