This commit is contained in:
Nick Leeman 2023-03-24 21:51:07 +01:00
parent c466276815
commit 5326e236ea

View File

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