Loading app/src/main/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <category android:name="mozilla.components.pwa.category.SHORTCUT" /> <data android:scheme="http" /> <data android:scheme="https" /> </intent-filter> Loading app/src/main/java/org/mozilla/fenix/HomeActivity.kt +2 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ open class HomeActivity : AppCompatActivity() { override fun onResume() { super.onResume() unsetOpenLinksInAPrivateTab() unsetOpenLinksInAPrivateTabIfNecessary() lifecycleScope.launch { with(components.backgroundServices) { Loading @@ -125,7 +125,7 @@ open class HomeActivity : AppCompatActivity() { } } private fun unsetOpenLinksInAPrivateTab() { private fun unsetOpenLinksInAPrivateTabIfNecessary() { // Toggle off the open_link_in_private_tab pref if we are no longer set as the default browser // We do this on a separate thread to alleviate performance issues val weakReferenceContext = WeakReference(this) Loading Loading
app/src/main/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <category android:name="mozilla.components.pwa.category.SHORTCUT" /> <data android:scheme="http" /> <data android:scheme="https" /> </intent-filter> Loading
app/src/main/java/org/mozilla/fenix/HomeActivity.kt +2 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ open class HomeActivity : AppCompatActivity() { override fun onResume() { super.onResume() unsetOpenLinksInAPrivateTab() unsetOpenLinksInAPrivateTabIfNecessary() lifecycleScope.launch { with(components.backgroundServices) { Loading @@ -125,7 +125,7 @@ open class HomeActivity : AppCompatActivity() { } } private fun unsetOpenLinksInAPrivateTab() { private fun unsetOpenLinksInAPrivateTabIfNecessary() { // Toggle off the open_link_in_private_tab pref if we are no longer set as the default browser // We do this on a separate thread to alleviate performance issues val weakReferenceContext = WeakReference(this) Loading