Add TODO for account creation error handling.

This commit is contained in:
akwizgran
2018-08-01 15:56:53 +01:00
parent f8df6b88ee
commit b176ec5844

View File

@@ -85,6 +85,7 @@ public class SetupControllerImpl extends PasswordControllerImpl
new UiResultHandler<Boolean>(setupActivity) {
@Override
public void onResultUi(Boolean result) {
// TODO: Show an error if result is false
if (setupActivity == null)
throw new IllegalStateException();
setupActivity.showApp();