update
This commit is contained in:
@@ -16,7 +16,6 @@ open class Entry {
|
||||
|
||||
public func showRefuseOrderEntry(view:UIView,name:String? = nil){
|
||||
var attributes = EKAttributes()
|
||||
attributes.positionConstraints.rotation.isEnabled = false
|
||||
attributes = .centerFloat
|
||||
attributes.name = name
|
||||
attributes.precedence = .override(priority: .normal, dropEnqueuedEntries: false)
|
||||
@@ -54,6 +53,7 @@ open class Entry {
|
||||
)
|
||||
attributes.positionConstraints.verticalOffset = 0
|
||||
attributes.positionConstraints.safeArea = .overridden
|
||||
attributes.positionConstraints.rotation.isEnabled = false
|
||||
attributes.statusBar = .light
|
||||
SwiftEntryKit.display(entry: view, using: attributes)
|
||||
}
|
||||
@@ -98,6 +98,7 @@ open class Entry {
|
||||
)
|
||||
attributes.positionConstraints.verticalOffset = 0
|
||||
attributes.positionConstraints.safeArea = .overridden
|
||||
attributes.positionConstraints.rotation.isEnabled = false
|
||||
attributes.statusBar = .light
|
||||
SwiftEntryKit.display(entry: view, using: attributes)
|
||||
}
|
||||
@@ -142,6 +143,7 @@ open class Entry {
|
||||
)
|
||||
attributes.positionConstraints.verticalOffset = 0
|
||||
attributes.positionConstraints.safeArea = .overridden
|
||||
attributes.positionConstraints.rotation.isEnabled = false
|
||||
attributes.statusBar = .light
|
||||
SwiftEntryKit.display(entry: view, using: attributes)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user