Skip to content

Commit

Permalink
FavoriteFolderActionView fix (#1379)
Browse files Browse the repository at this point in the history
* Avoid overlap of the label by setting the isHidden property when creating it
  • Loading branch information
agusti authored Sep 16, 2024
1 parent a77b521 commit 836c084
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public final class FavoriteFolderActionView: UIView {
description: viewModel.shareLinkButtonDescription
)
view.delegate = self
view.isHidden = !isShared
return view
}()

Expand Down

0 comments on commit 836c084

Please sign in to comment.