Przeglądaj źródła

Hide touch id if not enrolled

Fixes #554
pull/557/head
Guillaume Vincent 4 lat temu
rodzic
commit
7eaa407685
1 zmienionych plików z 4 dodań i 1 usunięć
  1. +4
    -1
      mobile/src/settings/SettingsScreen.js

+ 4
- 1
mobile/src/settings/SettingsScreen.js Wyświetl plik

@@ -19,7 +19,10 @@ export class SettingsScreen extends Component {
}

componentDidMount() {
TouchID.isSupported()
TouchID
.isSupported({
passcodeFallback: false
})
.then(() => {
this.setState({ fingerprintIsSupported: true });
})


Ładowanie…
Anuluj
Zapisz