시그니처 재생 길이 수정
- 3초에서 7초로 변경
This commit is contained in:
		| @@ -160,7 +160,7 @@ final class LiveRoomViewModel: NSObject, ObservableObject { | |||||||
|     @Published var signatureImageUrl = "" { |     @Published var signatureImageUrl = "" { | ||||||
|         didSet { |         didSet { | ||||||
|             if signatureImageUrl.trimmingCharacters(in: .whitespacesAndNewlines).count > 0 { |             if signatureImageUrl.trimmingCharacters(in: .whitespacesAndNewlines).count > 0 { | ||||||
|                 DispatchQueue.main.asyncAfter(deadline: .now() + 3.5) { |                 DispatchQueue.main.asyncAfter(deadline: .now() + 7) { | ||||||
|                     if let imageUrl = self.signatureImageUrls.first { |                     if let imageUrl = self.signatureImageUrls.first { | ||||||
|                         self.signatureImageUrl = imageUrl |                         self.signatureImageUrl = imageUrl | ||||||
|                         self.signatureImageUrls.removeFirst() |                         self.signatureImageUrls.removeFirst() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung