Skip to content

Commit 4e6c630

Browse files
committed
fix/#162 :: 촬영 시작시 elipsis 숨김
1 parent 63736a4 commit 4e6c630

File tree

1 file changed

+1
-0
lines changed
  • PhotoGether/PresentationLayer/PhotoRoomFeature/PhotoRoomFeature/Source/View

1 file changed

+1
-0
lines changed

PhotoGether/PresentationLayer/PhotoRoomFeature/PhotoRoomFeature/Source/View/CameraButton.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ final class CameraButton: UIButton {
6666

6767
func configureTimer(_ count: Int) {
6868
innerCircle.isHidden = true
69+
innerEllipsis.isHidden = true
6970
timerLabel.isHidden = false
7071
timerLabel.text = "\(count)"
7172
}

0 commit comments

Comments
 (0)