Skip to content

Commit

Permalink
Make drawerFullY public (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown authored and João Pereira committed Jun 17, 2019
1 parent 2cca1eb commit bc1c220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public struct DrawerConfiguration {
case doesNotCoverStatusBar
case leavesCustomGap(gap: CGFloat)

var drawerFullY: CGFloat {
public var drawerFullY: CGFloat {
switch self {
case .coversFullScreen:
return 0
Expand Down

0 comments on commit bc1c220

Please sign in to comment.