fix(GmsCore support): Patched apps are not added to Cloud Messaging https://github.com/inotia00/ReVanced_Extended/issues/2691

This commit is contained in:
inotia00
2025-01-18 20:14:42 +09:00
parent 0fb493410e
commit 297dd62a1f
3 changed files with 0 additions and 60 deletions

View File

@ -109,16 +109,6 @@ public class SpoofStreamingDataPatch {
return SPOOF_STREAMING_DATA;
}
/**
* Injection point.
*/
public static Object isSpoofingEnabled(Object original) {
if (!SPOOF_STREAMING_DATA) {
return original;
}
return null;
}
/**
* Injection point.
* This method is only invoked when playing a livestream on an iOS client.