fixed typo in API
This commit is contained in:
@ -153,7 +153,7 @@ public class IITC_DeviceAccountLogin implements AccountManagerCallback<Bundle> {
|
|||||||
if (result != null) {
|
if (result != null) {
|
||||||
// authentication succeded, we can load the given url, which will redirect back to the intel map
|
// authentication succeded, we can load the given url, which will redirect back to the intel map
|
||||||
mWebView.loadUrl(result);
|
mWebView.loadUrl(result);
|
||||||
mActivity.loginSucceded();
|
mActivity.loginSucceeded();
|
||||||
} else {
|
} else {
|
||||||
onLoginFailed();
|
onLoginFailed();
|
||||||
}
|
}
|
||||||
|
@ -399,7 +399,7 @@ public class IITC_Mobile extends Activity {
|
|||||||
/**
|
/**
|
||||||
* called after successful login
|
* called after successful login
|
||||||
*/
|
*/
|
||||||
public void loginSucceded() {
|
public void loginSucceeded() {
|
||||||
// garbage collection
|
// garbage collection
|
||||||
mLogin = null;
|
mLogin = null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user