Skip to content

Commit

Permalink
public GeometryProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Feb 26, 2024
1 parent 61e2583 commit 63a993f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import LiveKit
import SwiftUI

extension GeometryProxy {
public var isTall: Bool {
public extension GeometryProxy {
var isTall: Bool {
size.height > size.width
}

Expand Down

0 comments on commit 63a993f

Please sign in to comment.