fix(Google Photos): Resolve startup crash if MicroG GmsCore does not already have granted permissions

This commit is contained in:
LisoUseInAIKyrios
2025-06-11 19:40:37 +02:00
parent be4a7ef241
commit a93d74d26e
3 changed files with 19 additions and 26 deletions

View File

@ -16,7 +16,7 @@ public class SpoofSimPatch {
return false;
}
Logger.initializationException(() -> "Context is not yet set, cannot spoof: " + fieldSpoofed, null);
Logger.printException(() -> "Context is not yet set, cannot spoof: " + fieldSpoofed, null);
return true;
}