Skip to content

Commit 2a0bbe0

Browse files
Revert "Temporarily add visual debugging to testflight build"
This reverts commit f123e42.
1 parent 865b94b commit 2a0bbe0

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Mastodon/In Progress New Layout and Datamodel/Common Components/Views/TimelineRowViews/MastodonPostRowView.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ struct MastodonPostRowView: View {
7676
}()
7777
threadingDecoration(withSpacerAtTop: !threadedContext.isContiguous, withSpacerAtBottom: false)
7878
.frame(width: AvatarSize.large, height: lowerThreadDecorationHeight)
79-
.background() {
80-
if lowerThreadDecorationHeight != nil {
81-
Color.yellow
82-
}
83-
}
8479
}
8580
}
8681
.accessibilityHidden(true)

Mastodon/In Progress New Layout and Datamodel/Timeline/TimelineListViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ struct TimelineListView: View {
20032003
.environment(contentConcealModel)
20042004
.padding(EdgeInsets(top: 0, leading: standardPadding, bottom: 0, trailing: doublePadding))
20052005
.frame(width: useableWidth, height: expectedHeight, alignment: .top)
2006-
#if true
2006+
#if DEBUG
20072007
.background {
20082008
ZStack(alignment: .topTrailing) {
20092009
HStack {

0 commit comments

Comments
 (0)