mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 15:19:53 +01:00
Rm danger of loss message with 2 custodians
This commit is contained in:
@@ -64,9 +64,6 @@ public class ThresholdSelectorFragment extends BaseFragment {
|
|||||||
message = view.findViewById(R.id.textViewMessage);
|
message = view.findViewById(R.id.textViewMessage);
|
||||||
mOfn = view.findViewById(R.id.textViewmOfn);
|
mOfn = view.findViewById(R.id.textViewmOfn);
|
||||||
|
|
||||||
if (numberOfCustodians == 2) {
|
|
||||||
message.setText(R.string.threshold_too_few_custodians);
|
|
||||||
}
|
|
||||||
if (numberOfCustodians > 3) {
|
if (numberOfCustodians > 3) {
|
||||||
seekBar.setMax(numberOfCustodians -3);
|
seekBar.setMax(numberOfCustodians -3);
|
||||||
seekBar.setProgress(threshold - 2);
|
seekBar.setProgress(threshold - 2);
|
||||||
|
|||||||
@@ -664,7 +664,6 @@
|
|||||||
<string name="threshold_recommended">Secure - recommended threshold</string>
|
<string name="threshold_recommended">Secure - recommended threshold</string>
|
||||||
<string name="threshold_low_insecure">Insecure – higher threshold recommended</string>
|
<string name="threshold_low_insecure">Insecure – higher threshold recommended</string>
|
||||||
<string name="threshold_high_insecure">Danger of loss – lower threshold recommended</string>
|
<string name="threshold_high_insecure">Danger of loss – lower threshold recommended</string>
|
||||||
<string name="threshold_too_few_custodians">Danger of loss - more contacts recommended</string>
|
|
||||||
<string name="threshold_defined">Choose Threshold</string>
|
<string name="threshold_defined">Choose Threshold</string>
|
||||||
<string name="threshold_m_of_n">%d of %d contacts needed to recover your account</string>
|
<string name="threshold_m_of_n">%d of %d contacts needed to recover your account</string>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user