Set activity result when account is created

So we don't drop out of the app after initial account creation

b/10666403

Change-Id: Ibd9b2c1ac6ee950e6d80f1724f5c7fd989f718b6
This commit is contained in:
Tony Mantler 2014-02-28 11:33:43 -08:00
parent 9e7b850595
commit 5bd639edc5
1 changed files with 1 additions and 0 deletions

View File

@ -997,6 +997,7 @@ public class AccountSetupFinal extends AccountSetupActivity
mAccountAuthenticatorResponse = null;
mReportAccountAuthenticatorError = false;
}
setResult(RESULT_OK);
proceed();
}