WireUpForceUpdateSizeRequested on ExtendedCells with accessories
This commit is contained in:
parent
aea96ae334
commit
69fa9d33f8
|
@ -43,6 +43,8 @@ namespace Bit.iOS.Controls
|
|||
cell.AccessoryView = detailDisclosureButton;
|
||||
}
|
||||
}
|
||||
|
||||
WireUpForceUpdateSizeRequested(item, cell, tv);
|
||||
}
|
||||
|
||||
return cell;
|
||||
|
|
|
@ -23,6 +23,8 @@ namespace Bit.iOS.Controls
|
|||
}
|
||||
}
|
||||
|
||||
WireUpForceUpdateSizeRequested(item, cell, tv);
|
||||
|
||||
return cell;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue