mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Improve UI for Secret owner shard return
This commit is contained in:
@@ -142,10 +142,12 @@ public class OwnerReturnShardActivity extends BaseActivity
|
||||
Toast.LENGTH_SHORT).show();
|
||||
finish();
|
||||
} else if (state instanceof SecretOwnerTask.State.Failure) {
|
||||
// TODO error screen
|
||||
Toast.makeText(this,
|
||||
"Shard return failed!",
|
||||
Toast.LENGTH_SHORT).show();
|
||||
finish();
|
||||
onBackPressed();
|
||||
// showNextFragment(new OwnerRecoveryModeExplainerFragment());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user