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 e2a9552f91
commit 1cea6bfdff
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;
}