mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
[Spaces] Space menu #4494
- Implemented Leave feature - UI & code tweaks
This commit is contained in:
@@ -42,7 +42,7 @@ class SpaceMenuListViewCell: UITableViewCell, Themable, NibReusable {
|
||||
override func setSelected(_ selected: Bool, animated: Bool) {
|
||||
super.setSelected(selected, animated: animated)
|
||||
|
||||
UIView.animate(withDuration: !animated ? 0.3 : 0.0) {
|
||||
UIView.animate(withDuration: animated ? 0.3 : 0.0) {
|
||||
self.selectionView.alpha = selected ? 1.0 : 0.0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user