mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Update Riot/Modules/Settings/Security/SecurityViewController.m
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
This commit is contained in:
@@ -314,7 +314,7 @@ TableViewSectionsDelegate>
|
||||
[pinCodeSection addRowWithTag:PIN_CODE_SETTING];
|
||||
[pinCodeSection addRowWithTag:PIN_CODE_DESCRIPTION];
|
||||
|
||||
if (![PinCodePreferences shared].isBiometricsAvailable)
|
||||
if ([PinCodePreferences shared].isBiometricsAvailable)
|
||||
{
|
||||
[pinCodeSection addRowWithTag:PIN_CODE_BIOMETRICS];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user