Skip to content

Commit

Permalink
Make hintText display regardless of biometryType (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes authored Nov 11, 2020
1 parent 304266a commit e76b531
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/components/Views/Settings/SecuritySettings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,10 @@ class Settings extends PureComponent {
hintText: manualBackup
});
} else {
this.setState({ metricsOptIn });
this.setState({
metricsOptIn,
hintText: manualBackup
});
}
};

Expand Down

0 comments on commit e76b531

Please sign in to comment.