From 1439c8b162bc8907588b681a571a24b9d31a7499 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 18 Oct 2020 13:47:55 -0400 Subject: [PATCH] Fix unsatisfiable constraints on attachment container view The stack view hiding constraint sets the height to 0 with a priority of 999.999, so the priority 1000 aspect ratio constraint was causing an error and making the container view still have a height. Setting the priority to 999 resolves the issue. --- .../Views/Status/ConversationMainStatusTableViewCell.xib | 8 ++++---- Tusker/Views/Status/TimelineStatusTableViewCell.xib | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Tusker/Views/Status/ConversationMainStatusTableViewCell.xib b/Tusker/Views/Status/ConversationMainStatusTableViewCell.xib index 038632ee..25784c1a 100644 --- a/Tusker/Views/Status/ConversationMainStatusTableViewCell.xib +++ b/Tusker/Views/Status/ConversationMainStatusTableViewCell.xib @@ -1,9 +1,9 @@ - + - + @@ -97,10 +97,10 @@ diff --git a/Tusker/Views/Status/TimelineStatusTableViewCell.xib b/Tusker/Views/Status/TimelineStatusTableViewCell.xib index ebe50066..77a94cd3 100644 --- a/Tusker/Views/Status/TimelineStatusTableViewCell.xib +++ b/Tusker/Views/Status/TimelineStatusTableViewCell.xib @@ -1,9 +1,9 @@ - + - + @@ -115,10 +115,10 @@