Symbol fix
This commit is contained in:
parent
8efa9697ef
commit
c466276815
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user