// Token: 0x06006144 RID: 24900 RVA: 0x00224CE8 File Offset: 0x002230E8 private void RefreshCurrentSubScreenTabCell(SubScreenTabTableViewCell oldCell, SubScreenTabTableViewCell newCell) { if (oldCell != null) { oldCell.RefreshAsNotSelected(); } if (newCell != null) { newCell.RefreshAsSelected(); } }