Update native CHANGELOG

This commit is contained in:
Héctor Ramón Jiménez 2019-12-08 06:24:47 +01:00
parent c59ff69473
commit a7694e0112
2 changed files with 2 additions and 1 deletions

View file

@ -280,7 +280,6 @@ impl<'a> Step {
*value = new_value;
}
}
StepMessage::ToggleSecureInput(toggle) => {
if let Step::TextInput { is_secure, .. } = self {
*is_secure = toggle;