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