diff --git a/src/iGeodeLib.mm b/src/iGeodeLib.mm index 005fc0e..49ff00f 100644 --- a/src/iGeodeLib.mm +++ b/src/iGeodeLib.mm @@ -115,7 +115,7 @@ void faceID(std::function callback, std::function callback2) { } }]; } else { - ShowAlert("Unsupported.", "Your device doesnt support Face ID", "Cancel"); + showAlert("Unsupported.", "Your device doesnt support Face ID", "Cancel"); } } } \ No newline at end of file