Skip to content

Commit

Permalink
🐛#297: ShareViewController에서 커뮤니티 가이드 툴팁 클릭 시, 드랍하기 버튼에 가려지는 현상 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph704 committed Aug 16, 2024
1 parent d992f6b commit 8590a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StreetDrop/ShareExtension/View/ShareViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ private extension ShareViewController {
}

[
dropButton,
villageNameLabel,
changingMusicView,
belowArrow,
Expand All @@ -332,7 +333,6 @@ private extension ShareViewController {
commentView,
communityGuideButton,
communityGuideDetailView,
dropButton,
dropButtonOnKeyBoard
].forEach {
containerView.addSubview($0)
Expand Down

0 comments on commit 8590a26

Please sign in to comment.