mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +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) {
|
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();
|
||||||
|
|||||||
Reference in New Issue
Block a user