mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 18:43:43 +00:00
WireUpForceUpdateSizeRequested on ExtendedCells with accessories
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user