fix(YouTube - GmsCore support): Restore patch functionality from prior merge
This commit is contained in:
parent
82bbd603ac
commit
b6047fa6b3
2 changed files with 1 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ fun gmsCoreSupportPatch(
|
|||
|
||||
// Google Play Utility is not present in all apps, so we need to check if it's present.
|
||||
if (googlePlayUtilityFingerprint.methodOrNull != null) {
|
||||
googlePlayUtilityFingerprint.method.returnEarly()
|
||||
googlePlayUtilityFingerprint.method.returnEarly(0)
|
||||
}
|
||||
|
||||
// Verify GmsCore is installed and whitelisted for power optimizations and background usage.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue