Stop using custom tabs (closes #6821)

This commit is contained in:
arkon
2022-03-26 15:45:58 -04:00
parent b89acb5853
commit c06ad8b87e
5 changed files with 15 additions and 64 deletions
@@ -200,7 +200,7 @@ class WebViewActivity : BaseViewBindingActivity<WebviewActivityBinding>() {
}
private fun openInBrowser() {
openInBrowser(binding.webview.url!!)
openInBrowser(binding.webview.url!!, forceDefaultBrowser = true)
}
companion object {