|
@@ -220,10 +220,18 @@ class NCListCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProto
|
|
|
if status {
|
|
|
imageItemLeftConstraint.constant = 45
|
|
|
imageSelect.isHidden = false
|
|
|
+ imageShared.isHidden = true
|
|
|
+ imageMore.isHidden = true
|
|
|
+ buttonShared.isHidden = true
|
|
|
+ buttonMore.isHidden = true
|
|
|
accessibilityCustomActions = nil
|
|
|
} else {
|
|
|
imageItemLeftConstraint.constant = 10
|
|
|
imageSelect.isHidden = true
|
|
|
+ imageShared.isHidden = false
|
|
|
+ imageMore.isHidden = false
|
|
|
+ buttonShared.isHidden = false
|
|
|
+ buttonMore.isHidden = false
|
|
|
backgroundView = nil
|
|
|
setA11yActions()
|
|
|
}
|