mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-05 02:15:04 +00:00
I'm dumb af
This commit is contained in:
parent
eb5c53e314
commit
581cf62911
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class HomeFragment : Home() {
|
|||
val microgStatus = pm?.let { isPackageInstalled("com.mgoogle.android.gms", it) }
|
||||
val vancedStatus =
|
||||
if (variant == "root") {
|
||||
pm?.let { isPackageInstalled("com.vanced.android.youtube", it) }
|
||||
pm?.let { isPackageInstalled("com.google.android.youtube", it) }
|
||||
} else {
|
||||
pm?.let { isPackageInstalled("com.vanced.android.youtube", it) }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue