Remove Arca (#212)

* Removed from gradle

* Removed arca from BasePreferences.kt
This commit is contained in:
Sadwhy 2024-03-02 07:46:56 +06:00 committed by GitHub
parent 103be31a43
commit 1e4e2fd701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View file

@ -17,9 +17,7 @@ class BasePreferences(
fun incognitoMode() = preferenceStore.getBoolean("incognito_mode", false)
fun extensionInstaller() = ExtensionInstallerPreference(context, preferenceStore)
fun acraEnabled() = preferenceStore.getBoolean("acra.enable", true)
fun deviceHasPip() =
Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && context.packageManager.hasSystemFeature(
PackageManager.FEATURE_PICTURE_IN_PICTURE