1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 19:13:19 +00:00

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;
}
}
WireUpForceUpdateSizeRequested(item, cell, tv);
}
return cell;

View File

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