mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Add TODO for account creation error handling.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user