fix(YouTube - Custom Branding): Resolve startup crash with root installation

This commit is contained in:
LisoUseInAIKyrios 2025-10-08 11:39:48 +04:00
parent d0f20c8c7f
commit fd4b2e1bb9

View file

@ -261,7 +261,6 @@ public class GmsCoreSupport {
}
private static String getGmsCoreVendorGroupId() {
// Modified during patching.
throw new IllegalStateException();
return "app.revanced"; // Modified during patching.
}
}