WireUpForceUpdateSizeRequested on ExtendedCells with accessories

This commit is contained in:
Kyle Spearrin 2016-08-01 21:47:42 -04:00
parent aea96ae334
commit 69fa9d33f8
2 changed files with 4 additions and 0 deletions

View file

@ -43,6 +43,8 @@ namespace Bit.iOS.Controls
cell.AccessoryView = detailDisclosureButton; cell.AccessoryView = detailDisclosureButton;
} }
} }
WireUpForceUpdateSizeRequested(item, cell, tv);
} }
return cell; return cell;

View file

@ -23,6 +23,8 @@ namespace Bit.iOS.Controls
} }
} }
WireUpForceUpdateSizeRequested(item, cell, tv);
return cell; return cell;
} }
} }