Skip to content

Commit

Permalink
Update PIN change strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Apr 22, 2020
1 parent eea7174 commit c4e88ab
Showing 1 changed file with 2 additions and 7 deletions.
Expand Up @@ -26,13 +26,8 @@ protected void initializeViewStates() {
private void initializeViewStatesForPinChange(boolean isForgotPin) {
getTitle().setText(R.string.CreateKbsPinFragment__create_a_new_pin);

if (isForgotPin) {
getDescription().setText(R.string.CreateKbsPinFragment__you_can_choose_a_new_pin_as_long_as_this_device_is_registered);
getDescription().setLearnMoreVisible(false);
} else {
getDescription().setText(R.string.CreateKbsPinFragment__pins_keep_information_stored_with_signal_encrypted);
getDescription().setLearnMoreVisible(true);
}
getDescription().setText(R.string.CreateKbsPinFragment__you_can_choose_a_new_pin_as_long_as_this_device_is_registered);
getDescription().setLearnMoreVisible(true);
}

private void initializeViewStatesForPinCreate() {
Expand Down

0 comments on commit c4e88ab

Please sign in to comment.