Skip to content

Commit

Permalink
Detent equatable
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolONEOfficial committed Sep 20, 2022
1 parent 5ec5dea commit ff3f8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NativePartialSheet/NativePartialSheet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import NativePartialSheetHelper
import UIKit
import SwiftUI

public enum Detent {
public enum Detent: Equatable {
case medium
case large
case custom(id: String = UUID().uuidString, constant: CGFloat)
Expand Down

0 comments on commit ff3f8fc

Please sign in to comment.