Fix pin code cell selection

This commit is contained in:
ismailgulek
2020-08-12 13:17:59 +03:00
parent a247277693
commit 8b608f24fe
@@ -1159,6 +1159,8 @@ SetPinCoordinatorBridgePresenterDelegate>
cell = switchCell;
}
cell.selectionStyle = UITableViewCellSelectionStyleNone;
}
else if (indexPath.row == PIN_CODE_DESCRIPTION)
{