Skip to content
Snippets Groups Projects
Verified Commit b176ec58 authored by akwizgran's avatar akwizgran
Browse files

Add TODO for account creation error handling.

parent f8df6b88
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,7 @@ public class SetupControllerImpl extends PasswordControllerImpl ...@@ -85,6 +85,7 @@ public class SetupControllerImpl extends PasswordControllerImpl
new UiResultHandler<Boolean>(setupActivity) { new UiResultHandler<Boolean>(setupActivity) {
@Override @Override
public void onResultUi(Boolean result) { public void onResultUi(Boolean result) {
// TODO: Show an error if result is false
if (setupActivity == null) if (setupActivity == null)
throw new IllegalStateException(); throw new IllegalStateException();
setupActivity.showApp(); setupActivity.showApp();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment