mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 11:23:56 +00:00
Remove Arca (#212)
* Removed from gradle * Removed arca from BasePreferences.kt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user