summaryrefslogtreecommitdiff
path: root/Juick/Views/ContentLoadingCell.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-01 18:46:13 +0300
committerGravatar Vitaly Takmazov2018-11-01 18:46:13 +0300
commit9a0a039c5df78526bba67f6bef93e431cf94430a (patch)
tree7dc787956555ccfebf95ad38fb2baf81640b9a1d /Juick/Views/ContentLoadingCell.m
parentd5ffc51c8d1721e53d92dd919a36c72b43d05c45 (diff)
Link MessageCell and Message
Diffstat (limited to 'Juick/Views/ContentLoadingCell.m')
-rw-r--r--Juick/Views/ContentLoadingCell.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/Views/ContentLoadingCell.m b/Juick/Views/ContentLoadingCell.m
index 5ec67b3..90329fa 100644
--- a/Juick/Views/ContentLoadingCell.m
+++ b/Juick/Views/ContentLoadingCell.m
@@ -12,6 +12,7 @@
- (void)awakeFromNib {
[super awakeFromNib];
+ self.userInteractionEnabled = NO;
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {