fix(Google Photos): Resolve startup crash if MicroG GmsCore does not already have granted permissions
This commit is contained in:
parent
e2a9552f91
commit
1cea6bfdff
3 changed files with 19 additions and 26 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue