Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmitrevski committed Sep 11, 2024
1 parent 59d32f7 commit d1696c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public struct MessageDisplayOptions {
overlayDateLabelSize: CGFloat = 40,
lastInGroupHeaderSize: CGFloat = 0,
newMessagesSeparatorSize: CGFloat = 50,
minimumSwipeGestureDistance: CGFloat = 10,
minimumSwipeGestureDistance: CGFloat = 20,
currentUserMessageTransition: AnyTransition = .identity,
otherUserMessageTransition: AnyTransition = .identity,
shouldAnimateReactions: Bool = true,
Expand Down
2 changes: 0 additions & 2 deletions StreamChatSwiftUITests/Tests/Utils/ViewFactory_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Foundation
import SwiftUI
import XCTest

#if !canImport(Translation)
class ViewFactory_Tests: StreamChatTestCase {

private let message = ChatMessage.mock(
Expand Down Expand Up @@ -963,4 +962,3 @@ extension ChannelAction: Equatable {
lhs.id == rhs.id
}
}
#endif

0 comments on commit d1696c1

Please sign in to comment.