Tusker/Tusker/Views/Status
Shadowfacts 2426989161
Fix unsatisfiable constraints in timeline status action buttons
UIStackView internal constraints all have a required priority, so adding
the image constrain in TimelineStatusTableViewCell.awakeFromNib caused
an unsatisfiable constraint. Fixed by replicating the UISV constraints
manually, with the constrain on the leading edge of the first button
being made a placeholder.
2020-10-18 14:42:17 -04:00
..
BaseStatusTableViewCell.swift Enable picture-in-picture playback for video attachments 2020-10-17 12:56:13 -04:00
ConversationMainStatusTableViewCell.swift Reduce redundant status database lookups when updating cell UI 2020-09-17 21:53:47 -04:00
ConversationMainStatusTableViewCell.xib Fix unsatisfiable constraints on attachment container view 2020-10-18 13:50:52 -04:00
TimelineStatusTableViewCell.swift Reduce redundant status database lookups when updating cell UI 2020-09-17 21:53:47 -04:00
TimelineStatusTableViewCell.xib Fix unsatisfiable constraints in timeline status action buttons 2020-10-18 14:42:17 -04:00