mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-08-18 11:03:26 +00:00
Allow logging in using Firefox.
This commit is contained in:
@ -6,6 +6,6 @@ import androidx.browser.customtabs.CustomTabsClient
|
||||
|
||||
fun getChromeCustomTabPackageName(context: Context): String? {
|
||||
return CustomTabsClient.getPackageName(
|
||||
context, listOf("com.android.chrome", "com.chrome.beta", "com.chrome.dev", "com.chrome.canary", "org.mozilla.focus"), true
|
||||
context, listOf("com.android.chrome", "com.chrome.beta", "com.chrome.dev", "com.chrome.canary", "org.mozilla.firefox", "org.mozilla.focus"), true
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user