mirror of
https://github.com/bitwarden/android.git
synced 2024-12-19 07:41: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;
|
cell.AccessoryView = detailDisclosureButton;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WireUpForceUpdateSizeRequested(item, cell, tv);
|
||||||
}
|
}
|
||||||
|
|
||||||
return cell;
|
return cell;
|
||||||
|
|
|
@ -23,6 +23,8 @@ namespace Bit.iOS.Controls
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WireUpForceUpdateSizeRequested(item, cell, tv);
|
||||||
|
|
||||||
return cell;
|
return cell;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue