Fix pin code cell selection

This commit is contained in:
ismailgulek
2020-08-12 13:17:59 +03:00
parent 7407fcd23b
commit e595490bd1

View File

@@ -1159,6 +1159,8 @@ SetPinCoordinatorBridgePresenterDelegate>
cell = switchCell;
}
cell.selectionStyle = UITableViewCellSelectionStyleNone;
}
else if (indexPath.row == PIN_CODE_DESCRIPTION)
{