Update Riot/Modules/Settings/Security/SecurityViewController.m

Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare
2020-09-28 15:44:07 +02:00
committed by GitHub
parent 3f978af1ea
commit e4594d2606

View File

@@ -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];
}