Symbol fix

This commit is contained in:
Nick Leeman 2023-03-24 21:49:51 +01:00
parent 8efa9697ef
commit c466276815

View File

@ -189,7 +189,7 @@ public class SiwgJNI {
if (task.isSuccessful()) { if (task.isSuccessful()) {
onConnected(task.getResult(), MSG_SIGN_IN); onConnected(task.getResult(), MSG_SIGN_IN);
} else { } else {
sendCallbackMessage(MSG_SIGN_IN, "status", STATUS_FAILED, "error", "SIWG Sign-in Failed. Task Not Successfull: " + String(resultCode)); sendCallbackMessage(MSG_SIGN_IN, "status", STATUS_FAILED, "error", "SIWG Sign-in Failed. Task Not Successfull: " + resultCode.toString());
} }
} else { } else {