mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
WireUpForceUpdateSizeRequested on ExtendedCells with accessories
This commit is contained in:
parent
aea96ae334
commit
69fa9d33f8
2 changed files with 4 additions and 0 deletions
|
@ -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 a new issue