[Spaces] M10.8 Browsing users in a space #4682

- Update after design review
This commit is contained in:
Gil Eluard
2021-09-02 11:24:07 +03:00
parent 15da1e4ff8
commit 665e5726ca
4 changed files with 5 additions and 10 deletions
@@ -86,16 +86,7 @@
{
_showCustomAccessoryView = show;
if (show)
{
self.customAccessViewWidthConstraint.constant = 25;
self.customAccessoryViewLeadingConstraint.constant = 13;
}
else
{
self.customAccessViewWidthConstraint.constant = 0;
self.customAccessoryViewLeadingConstraint.constant = 0;
}
self.customAccessViewWidthConstraint.constant = show ? 25 : 0;
}
- (void)setShowMatrixIdInDisplayName:(BOOL)showMatrixIdInDisplayName